Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glific/cypress-testing
Integration testing using Cypress
https://github.com/glific/cypress-testing
cypress glific integration-testing
Last synced: about 19 hours 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T04:42:56.000Z (30 days ago)
- Last Synced: 2025-01-10T05:31:08.620Z (30 days ago)
- Topics: cypress, glific, integration-testing
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
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)