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

Feature/3741/smoke test documentation #1419

Merged
merged 3 commits into from
Dec 21, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reword for clarity
  • Loading branch information
Richard-Hansen committed Dec 21, 2021
commit 624b0febc9a90788c97ff995d3cfb43160764a1a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Before running the tests make sure you:
Smoke tests are part of the end-to-end testing suite and are located under `cypress/integration/smokeTests/`. The smoke tests
can be executed alongside other integration tests when running `$(npm bin)/cypress open` or `$(npm bin)/cypress run`.

Various sets of smoke tests are defined as scripts in `package.json`. To run smoke tests against your local service,
Various sets of smoke tests are runnable from scripts in `package.json`. To run smoke tests against your local service,
run `npm run test-local-no-auth`. Before running the tests make sure you have Dockstore set up locally, as described in the above section.

`npm run test-local-no-auth` is also executed in CircleCI when a branch is pushed, or a pull request is made. When run on CircleCI,
Expand Down