From 7d8bd57714b6a48815e9952868de6b627f138899 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 21 Mar 2018 10:44:09 -0400 Subject: [PATCH] Clarify README for the Cypress tests more. --- test/integration-cypress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-cypress/README.md b/test/integration-cypress/README.md index cceb1f523..56eaf2f63 100644 --- a/test/integration-cypress/README.md +++ b/test/integration-cypress/README.md @@ -3,7 +3,7 @@ ### What is this? Cypress is an end to end testing tool that we are using to do integration tests on Scratch. -It behaves in some ways like selenium but does not use selenium at all. It is simpler to implement and easier to read and includes features that make debugging easier. +It behaves in some ways like selenium but does not use selenium at all. It is simpler to implement, easier to read and includes features that make debugging easier. ### Install cypress To install in the command line you'll need npm installed. Navigate to this folder and run: