Automated test scripts for ChumsApp
- Follow the readme for ChumsApp to get it running on your machine.
- Clone the repo with
git clone https://github.com/LiveChurchSolutions/ChumsTests.git
- Run
cd ChumsTests
- Pull the appBase submodule with:
git submodule init && git submodule update
- Install with
npm i
- Copy
cypress.env.json.template
environment file tocypress.env.json
and adjust as needed.
- Launch GUI with
npm run cy:open
- Click on a script to run a block of tests
- While trying to debug one particular test, it's helpful to comment out the calls to the other tests in the block so just the one script being debugged runs.