From 25355d053ff0ed1e0b71ea2e988ef58d7ef8abfc Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 3 Aug 2020 09:53:24 -0400 Subject: [PATCH] Update README with information about usernames for integration tests. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e4144575..e290aa6bf 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ To run all integration tests from the command-line: SMOKE_USERNAME=username SMOKE_PASSWORD=password ROOT_URL=https://scratch.mit.edu npm run test:integration ``` +Both the TAP and Jest tests use the same username and password. The Jest tests will also use the the username you give with a 1 (soon to be higher numbers as well) appended to the end of it. So if you use the username "test" it will also use the username "test1." Make sure you have created accounts with this pattern and use the same password for all accounts involved. + To run a single file from the command-line using Jest: ```bash