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

Add initial testing framework with cypress #124

Merged

Conversation

codytodonnell
Copy link
Contributor

Adds cypress to the project for e2e testing of task flows. This establishes an initial framework for testing task flows where top-level baseapp tests can live in the cypress/e2e directory and tests for individual task flows can live in their respective directories underneath a _tests directory. This is only a convention as any test file suffixed with .cy.ts will be included in the test suite.

There are two more advanced tests for explore-data that are commented out due to their data fetches taking too long. This will be fixed in a subsequent PR which will convert the default state of this task flow to use a local data file.

@codytodonnell codytodonnell merged commit 8b2ddbc into strudel-science:main Oct 5, 2024
1 check passed
@codytodonnell codytodonnell deleted the feature/test-framework branch October 5, 2024 00:01
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

Successfully merging this pull request may close these issues.

1 participant