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

TD-3: Add Cypress test environment #188

Closed
wants to merge 3 commits into from
Closed

TD-3: Add Cypress test environment #188

wants to merge 3 commits into from

Conversation

brianzelip
Copy link
Contributor

@brianzelip brianzelip commented Sep 1, 2024

This PR is a proof of concept for testing with Cypress.

To run the tests locally (requires npm, jekyll, etc), start the jekyll server in one terminal, and in another run the tests:

# Run the following from the tech-docs root dir

# install cypress
npm install

# start jekyll dev server in one terminal
npm start

# run the tests once server is running from another terminal
npm test

This PR is intended to be rebased once #187 is merged.

@brianzelip brianzelip force-pushed the TD-1-cypress branch 2 times, most recently from a5e78ac to a3b57bf Compare September 2, 2024 12:11
@brianzelip brianzelip changed the title Use Cypress for testing custom edit page and report issue links TD-3: Add Cypress test environment Sep 4, 2024
@brianzelip
Copy link
Contributor Author

Closed in favor of #190

@brianzelip brianzelip closed this Sep 24, 2024
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