-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(nx-dev): switch e2e to playwright #18629
chore(nx-dev): switch e2e to playwright #18629
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
968b98c
to
aa5e7c2
Compare
"outputs": ["{options.outputPath}"], | ||
"outputs": ["{workspaceRoot}/dist/nx-dev/nx-dev/public"], | ||
"options": { | ||
"outputPath": "dist/nx-dev/nx-dev/public", |
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.
ran nx repair
bc nx wasn't happy with existing outputs? unsure if this is right? cc @FrozenPandaz
aa5e7c2
to
c9f9d30
Compare
c9f9d30
to
d6084bb
Compare
d6084bb
to
c9849ab
Compare
c9849ab
to
566f3ca
Compare
566f3ca
to
7e893b2
Compare
7e893b2
to
cf81ecc
Compare
cf81ecc
to
c89b00a
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.
package.json + circleci look fine
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.
Why are markdown files being changed?
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
c89b00a
to
46203e9
Compare
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
Nx repo doesn't have a playwright project to dogfood the plugin for
Expected Behavior
nx-dev-e2e project uses playwright
also fixed issue with some pages having multiple h1 tags causing playwright to fail.
Related Issue(s)
Note: playwright be default is set to run against chromium, firefox, and webkit. We can configure this to only run on 1 browser if so desired, but left running against multiple for now. approx run time in CI is 12 mins for firefox, chrome, webkit
Fixes #