-
-
Notifications
You must be signed in to change notification settings - Fork 24
Playwright setup #173
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
base: main
Are you sure you want to change the base?
Playwright setup #173
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c25b4a8 to
42b1ac0
Compare
42b1ac0 to
8eb8005
Compare
8eb8005 to
986f85f
Compare
af20bdc to
bce31bf
Compare
bce31bf to
20b7b54
Compare
20b7b54 to
d391e1a
Compare
d391e1a to
de66fce
Compare
de66fce to
0e6f76e
Compare
| - name: Run Playwright tests | ||
| run: npm run e2e | ||
|
|
||
| - uses: actions/upload-artifact@v4 |
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.
Upload HTML report to cloud preview
| return ( | ||
| window.screen.orientation && | ||
| // @ts-ignore | ||
| !window.screen.mozOrientation |
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.
To check
0e6f76e to
17e898a
Compare
17e898a to
a92072b
Compare
|
@rtritto I've started implementing E2E tests with Playwright in this PR, let me know if you're interested in contributing to this part. It would be a real plus for the project to have a battery of tests to ensure stability |
|
Sorry, at the moment, I don't know how to contribute to this PR |
I will finish the setup no worry. I meant e2e tests, after this one |
No description provided.