From 68ba32d356326f1ce1dc6fbf99af4ad5fe92e0ea Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 19 May 2020 11:20:22 -0500 Subject: [PATCH] feat: add command for e2e tests to docs (#38851) --- docs/how-to-setup-freecodecamp-locally.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 3276efaefd5..1a54cf79b31 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -318,6 +318,7 @@ A quick reference to the commands that you will need when working locally. | `npm run test:curriculum --block='Basic HTML and HTML5'` | Test a specific Block. | | `npm run test:curriculum --superblock='responsive-web-design'` | Test a specific SuperBlock. | | `npm run test:server` | Run the server test suite. | +| `npm run e2e` | Run the Cypress end to end tests. | | `npm run clean` | Uninstalls all dependencies and cleans up caches. | ## Making changes locally