akdasa-studios / shlokas-e2e

End-to-end tests for the Shlokas mobile app

Home Page:https://shlokas.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

End-to-end tests for the Shlokas mobile app

https://shlokas.app


Languages

Language:TypeScript 97.9%Language:Dockerfile 2.1%