Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akdasa-studios/shlokas-e2e
End-to-end tests for the Shlokas mobile app
https://github.com/akdasa-studios/shlokas-e2e
e2e shlokas
Last synced: about 2 months ago
JSON representation
End-to-end tests for the Shlokas mobile app
- Host: GitHub
- URL: https://github.com/akdasa-studios/shlokas-e2e
- Owner: akdasa-studios
- Created: 2023-04-06T07:43:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T11:39:35.000Z (9 months ago)
- Last Synced: 2024-05-01T09:40:04.747Z (8 months ago)
- Topics: e2e, shlokas
- Language: TypeScript
- Homepage: https://shlokas.app
- Size: 83 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the end-to-end tests for the Shlokas mobile app. The tests are written in [Playwrght](https://playwright.dev/), a Node.js library to automate Chromium, Firefox and WebKit with a single API. The tests are run on a nightly basis using GitHub Actions.
## Environment variables
| Variable | Default | Descriptiion |
| ----------- | --------------------- | --------------------------------- |
| SHLOKAS_URL | http://localhost:8080 | Url to run tests against for |
| MAIL_URL | http://localhost:1080 | Url for real or fake mail service |## Run tests
You can run tests against specific urls:
```sh
SHLOKAS_URL=http://app:8080 MAIL_URL=http://mail:1080 npm run tests
```