mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 18:06:15 -04:00
11 lines
220 B
Markdown
11 lines
220 B
Markdown
![]() |
# Cypress Etherpad guide
|
||
|
We don't install Etherpad as a dev dep or dep within Etherpad because it's not
|
||
|
our core Frontend testing tool
|
||
|
|
||
|
## Quick start
|
||
|
```
|
||
|
npm i -g cypress
|
||
|
cd src/tests/frontend/cypress/
|
||
|
cypress open
|
||
|
```
|