Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Oct 9, 2023
1 parent 211e1d6 commit 80ee4bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NUL Automated Tests
# RDC Test Runner

A repository of [Playwright](https://playwright.dev/) tests for capturing and running end to end tests for NULib applications

Expand All @@ -10,10 +10,10 @@ Run the following from a terminal window on your machine

```bash
# Clone the repository (only need to do this once)
git clone ADDRESS_HERE
git clone [email protected]:nulib/rdc-test-runner.git

# Change into the repository directory
cd playwright-tests
cd rdc-test-runner

# Install dependencies
npm install # if you get errors, try `npm install --legacy-peer-deps`
Expand Down

0 comments on commit 80ee4bb

Please sign in to comment.