We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537ed94 commit a1a1d63Copy full SHA for a1a1d63
README.md
@@ -148,6 +148,18 @@ exit
148
make consume
149
```
150
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
163
## What's next?
164
165
### Configuring Git
0 commit comments