Skip to content

akdasa-studios/shlokas-e2e

Repository files navigation

This repository contains the end-to-end tests for the Shlokas mobile app. The tests are written in Playwrght, 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:

SHLOKAS_URL=http://app:8080 MAIL_URL=http://mail:1080 npm run tests