ChurchApps / ChumsTests

Automated test scripts for ChumsApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChumsTests

Automated test scripts for ChumsApp

Dev Setup Instructions

  1. Follow the readme for ChumsApp to get it running on your machine.
  2. Clone the repo with git clone https://github.com/LiveChurchSolutions/ChumsTests.git
  3. Run cd ChumsTests
  4. Pull the appBase submodule with: git submodule init && git submodule update
  5. Install with npm i
  6. Copy cypress.env.json.template environment file to cypress.env.json and adjust as needed.

Dev Setup Videos

  1. APIs
  2. ChumsApp
  3. Create Account
  4. Run Tests

Running Tests

  1. Launch GUI with npm run cy:open
  2. Click on a script to run a block of tests
  3. 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.

About

Automated test scripts for ChumsApp

License:MIT License


Languages

Language:TypeScript 68.9%Language:JavaScript 31.1%