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

Set up E2E Testing Framework #1508

Closed
1 task
Mephistic opened this issue Mar 13, 2024 · 1 comment
Closed
1 task

Set up E2E Testing Framework #1508

Mephistic opened this issue Mar 13, 2024 · 1 comment

Comments

@Mephistic
Copy link
Collaborator

In order to prep for the E2E tests we want to start writing to support our deployment work, we need to setup the code base so we can easily write and run Cypress tests.

To that end, let's setup the infrastructure to start writing Cypress tests. As a proof of concept, let's begin with a very simple Cypress test that just checks if the homepage loads successfully. (It has been pointed out that this may be better as a component test - what we're looking for here is just the simplest E2E test possible as an example for the new Cypress setup. Better suggestions are welcome here.)

Success Criteria:

  • At least one successfully running Cypress E2E test
@Mephistic
Copy link
Collaborator Author

@seatuna

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant