Skip to content

Commit

Permalink
Update README.md with TypeScript testing info
Browse files Browse the repository at this point in the history
PER-9318: Write healthcheck test (webclient functional test)
  • Loading branch information
meisekimiu committed Aug 2, 2023
1 parent 79d009b commit 9a66ab6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
The `js` directory contains the in-development replacement for the Permanent Functional Test. It uses end-to-end testing via Cypress to test functionality rather than hitting the API directly.

Currently it exists in a subdirectory since the plan is to eventually completely replace the Python project in this repository, rather than make a new one.

## Setup

Run `npm install` to install dependencies.

## Running Tests

To run headless tests, simply run `npm start`.

To run tests in the Cypress UI, run `npm run cypress:open`.

0 comments on commit 9a66ab6

Please sign in to comment.