Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Apr 24, 2024
1 parent 0f4afb1 commit 5dec830
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Acceptance / smoke tests for the [PASS application](https://github.com/eclipse-pass). This repository will use [TestCafe](https://testcafe.io/) to define smoke tests that can run against an instance of PASS.

## Running Tests

`yarn run test` - runs the acceptance tests against a locally running pass-docker

`yarn run testDeployment` - runs the acceptance tests against a deployed PASS system such as stage or prod. Please see the `rundeploymenttest.sh` file for required environment variables.

## Prerequisites

* [NodeJS](https://nodejs.org/en/) version 14+
Expand Down

0 comments on commit 5dec830

Please sign in to comment.