Commit 240780b8 authored by BryceLTaylor's avatar BryceLTaylor

Clarify README in the Cypress Tests

parent 057e000b
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
### What is this? ### What is this?
Cypress is an end to end testing tool that we are using to do integration tests on Scratch. 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. Also, it is simpler to implement and easier to read and includes features that make debugging easier. Another advantage is that it is easier to install and get working. 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.
### Install cypress ### Install cypress
To install in the command line you'll need npm installed. Navigate to this folder and run: To install in the command line you'll need npm installed. Navigate to this folder and run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment