Skip to content
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

Testing Cypress PR action #115

Merged
merged 16 commits into from
Jan 9, 2024
Merged

Testing Cypress PR action #115

merged 16 commits into from
Jan 9, 2024

Conversation

farisashai
Copy link
Member

@farisashai farisashai commented Jan 7, 2024

Configured Cypress for the project

yarn test will run the full suite of Cypress tests in your command-line (the server must be running on localhost:3000 on the testing API already otherwise the tests will fail)
yarn test:ui will open the Cypress UI application to help you easily view the state of every DOM element at every step of your test and make them really easy to write.
cypress.yml file is a Github Action used to run the full Cypress suite every time a pull request is opened

Copy link

vercel bot commented Jan 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
membership-portal-ui-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2024 8:36am

Copy link
Contributor

@raymosun raymosun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, this should be very useful 🚀

@farisashai farisashai merged commit d220c28 into main Jan 9, 2024
5 checks passed
@farisashai farisashai deleted the faris/cypress-pipeline branch January 9, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants