-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(testing): add playwright configuration generator #18013
feat(testing): add playwright configuration generator #18013
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 13b7e4b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
7eb8319
to
67218b1
Compare
67218b1
to
7bae525
Compare
7bae525
to
35938c7
Compare
35938c7
to
4700d53
Compare
4700d53
to
74fb52c
Compare
74fb52c
to
150b45d
Compare
150b45d
to
e69e426
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some initial thoughts.
packages/playwright/src/generators/configuration/files/playwright.config.ts.template
Outdated
Show resolved
Hide resolved
packages/playwright/src/generators/configuration/files/playwright.config.ts.template
Outdated
Show resolved
Hide resolved
e69e426
to
d6ca24d
Compare
d6ca24d
to
e033ecc
Compare
e033ecc
to
367dce3
Compare
367dce3
to
50bc4a8
Compare
50bc4a8
to
bd6af9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than not being able to get CI to pass,
everything looks good to me.
beb1cca
to
608375a
Compare
608375a
to
68b7069
Compare
68b7069
to
345712e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but I added a comment, and also I have another minor comment:
for consistency maybe rename the packages/playwright/src/generators/configuration/generator.ts
to packages/playwright/src/generators/configuration/configuration.ts
and the packages/playwright/src/generators/init/generator.ts
to packages/playwright/src/generators/init/init.ts
, I think we tend to name the main generator file as the name of the generator/folder it is in! But not important!
345712e
to
313b4f6
Compare
1d5b491
to
fd8113a
Compare
i renamed them. thanks |
fd8113a
to
13b7e4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Leaving 1 comment, feel free to address it or proceed as is.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #