Skip to content

Commit

Permalink
fix: Update command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 16, 2024
1 parent f9912ad commit e360646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: npm run start &

- name: Run Tests
run: npm run test
run: npm run cy:run
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ That way, we can identify what are the tasks to finish up here and optionally, s
Testing in this project is done via the **selenium webdriver**. The default flow used in development within *App.tsx* is used to run the test cases against in an automated test.
In order to run the test, you will need to **download** the [chromedriver](https://chromedriver.chromium.org/downloads) matching your google chrome version and drop it within the *test* folder. Following which, execute `npm run test` to run the tests. Optionally, you may adjust configurations within *config.js* to aid in your debugging/testing.
In order to run the test, you will need to **download** the [chromedriver](https://chromedriver.chromium.org/downloads) matching your google chrome version and drop it within the *test* folder. Following which, execute `npm run cy:run` to run the tests. Optionally, you may adjust configurations within *config.js* to aid in your debugging/testing.
Finally, if you would like to, you can then also build the library with `npm run build`.
Expand Down

0 comments on commit e360646

Please sign in to comment.