Skip to content

yalesites-org/yalesites-automated-tests

Repository files navigation

YaleSites Automated Tests

End to end testing for Yalesites Project.

Installation

gh repo clone yale-org/yalesites-automated-tests
cd yalesites-automated-tests
npm i -D
npx playwright install

Usage

YALESITES_URL="http://yalesites.domain" npm run test

or for a UI

YALESITES_URL="http://yalesites.domain" npm run ui

or for debugging a test

YALESITES_URL="http://yalesites.domain" npm run debug

Command line reporter

If you prefer to run with the command line reporter while you develop, you can use the following:

YALESITES_URL="http://yalesites.domain" npm run dev

The above command defaults to the line reporter over the HTML reporter.

About

Automated testing environment for YaleSites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published