Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


Tests

## 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
```