Update README.md
This commit is contained in:
parent
48554f32f1
commit
fd39b558a3
12
README.md
12
README.md
|
@ -31,6 +31,18 @@ Requires at root:
|
||||||
- .pre-commit-config.yaml
|
- .pre-commit-config.yaml
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
|
|
||||||
|
Run cypress automated browser tests
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
Get the app running so you can access the frontend at http://localhost:7001 in your browser.
|
||||||
|
|
||||||
|
First install nodejs, ideally the version in .tool-versions (but likely other versions will work).
|
||||||
|
|
||||||
|
Then:
|
||||||
|
|
||||||
|
cd spiffworkflow-frontend
|
||||||
|
npm install
|
||||||
|
./bin/run_cypress_tests_locally
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue