Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

biglotteryfund/crossbrowsertesting

Repository files navigation

crossbrowsertesting.com automated tests

Runs a suite of automated tests for The National Lottery Community Fund website against crossbrowsertesting.com

Getting started

Install dependencies:

npm install

Create an .env file with the following values:

CI=true

CBT_USERNAME=example@example.com
CBT_AUTHKEY=yourkey

TEST_BASE_URL=https://example-test-url
TEST_USERNAME=someuser@example.com
TEST_PASSWORD=somepassword

Run tests

npm test

If you remove CI=true from the .env file this will run the tests locally using Safari on macOS which has safaridriver built-in.

About

crossbrowsertesting.com scripts for The National Lottery Community Fund website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published