Skip to content

Commit a1a1d63

Browse files
committed
How to open Cypress
1 parent 537ed94 commit a1a1d63

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,18 @@ exit
148148
make consume
149149
```
150150

151+
## Cypress
152+
153+
We have added cypress for front-end testing, for now it is in webapp directory.
154+
It is recommended to remove it went deploy in production for security reasons:
155+
156+
### Open cypress for testing
157+
In the main directory
158+
```
159+
cd src/webapp
160+
./node_modules/.bin/cypress open
161+
```
162+
151163
## What's next?
152164

153165
### Configuring Git

0 commit comments

Comments
 (0)