-
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 @nx/playwright plugin #17975
feat(testing): add @nx/playwright plugin #17975
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fb185d1
to
51ac6b1
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3a3115e. 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. |
6fee2c0
to
c11b9d7
Compare
c11b9d7
to
829454e
Compare
Nice!!!! :D |
625214c
to
22a5ea0
Compare
22a5ea0
to
f8191a8
Compare
f8191a8
to
f545973
Compare
f545973
to
57f10c1
Compare
57f10c1
to
3700fbb
Compare
3700fbb
to
afb196f
Compare
afb196f
to
6cee1e2
Compare
6cee1e2
to
3a3115e
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
no first party playwright plugin for nx.
Expected Behavior
@nx/playwright plugin
Related Issue(s)
Note:
assumed generator setup
playwright.config.ts in the project root with testDir set from the project root, and reporter options set to output in the top level 'dist/playwright/', only tested with html reporter.
I didn't look into what the eslint settings would look like nor tsconfig settings.
Might be able to take inspo from nxkit playwright plugin