-
Notifications
You must be signed in to change notification settings - Fork 33
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
HMS-5287: Add playwright and github action to backend #956
Conversation
0c0f2da
to
e50365f
Compare
3ae3aed
to
a2c9128
Compare
db995fc
to
5d3c720
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.
few small comments (+Matej's suggestions from the FE PR?) otherwise looks good and works! 🎉 nice to see the .nvmrc
✨
good job 👏🏼
(also personally I am not that well versed in GH workflows so maybe someone else could also have look) 😅
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.
nice updates, more/better docs are always appreciated 😌
but the .DS_Store
files also need be removed from the commit along with ignoring them, so run this git rm --cached "*.DS_Store"
, commit, and will be good to go 😄
why use _playwright-tests instead of playwright-tests or ./tests/playwright/ ? |
Just wanted to make it the same across front-end/back-end and had no outside input, I can adjust this should we want to move it. |
7f43e52
to
3c55747
Compare
6728b05
to
b62d9d3
Compare
Summary
No code changes.
Added playwright
Added CICD pipeline for playwright integration.
Testing steps