mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
Clarify README for the Cypress tests more.
This commit is contained in:
parent
240780b859
commit
7d8bd57714
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue