-
-
Notifications
You must be signed in to change notification settings - Fork 82
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: add playwright testing #129
feat: add playwright testing #129
Conversation
Here's the page for how to set up the workflow. This might be useful to help get the ideal configuration. https://playwright.dev/docs/ci-intro |
I'm going to need a little help here. It seems like the web server isn't starting up in the CI but it is locally and I'm not sure what the problem is. |
Looks like you got it working? |
So I did. I wasn't actually sure if it would work. |
bc3c92c
to
34fdcc5
Compare
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Can we add some progress, and the interactive mode similar to the main repository. When I run the command locally, it doesn't "appear" to do anything. |
If you need more help please drop the @freeCodeCamp/dev-team a message. Someone should be able to guide you more in the chat. |
Co-authored-by: Mrugesh Mohapatra <[email protected]>
Co-authored-by: Naomi <[email protected]>
d8fed10
to
4e12f79
Compare
Checklist:
Update index.md
)Closes #XXXXX
Adds Playwright testing to our repository. It's a fairly simplistic test for now.