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

Have E2E tests use local backend server #938

Open
codemonkey800 opened this issue Mar 10, 2023 · 0 comments
Open

Have E2E tests use local backend server #938

codemonkey800 opened this issue Mar 10, 2023 · 0 comments
Labels
enhancement New feature or request frontend P2 Medium Priority

Comments

@codemonkey800
Copy link
Collaborator

Right now the E2E test workflow uses a mock server for testing the frontend for consistency:

- name: Start mock server on port 8081
run: yarn dev:api &

However, there is value in testing a truly E2E environment with the frontend and backend running together locally to detect test failures that occur on either the frontend or backend.

@codemonkey800 codemonkey800 added the enhancement New feature or request label Mar 10, 2023
@codemonkey800 codemonkey800 added the P2 Medium Priority label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend P2 Medium Priority
Projects
Status: Backlog
Development

No branches or pull requests

1 participant