https://github.com/glific/cypress-testing
Integration testing using Cypress
https://github.com/glific/cypress-testing
cypress glific integration-testing
Last synced: 7 months ago
JSON representation
Integration testing using Cypress
- Host: GitHub
- URL: https://github.com/glific/cypress-testing
- Owner: glific
- License: agpl-3.0
- Created: 2020-10-21T03:58:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T10:00:59.000Z (11 months ago)
- Last Synced: 2025-05-28T10:28:15.087Z (11 months ago)
- Topics: cypress, glific, integration-testing
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glific - Two Way Open Source Communication Platform
## Setup
Clone the repo and install the packages
### `yarn install`
## Configuration
- Copy the contents from `cypress.config.ts.example` to `cypress.config.ts`
- Update the `cypress.config.ts` file with your glific installed settings
## Execution
Integration testing for Glific using Cypress
### Interactive
- `yarn run cypress open`
Launches cypress test runner.
### Batch
- `yarn cy:run`
Command line without opening a browser (headless mode)