You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Should you encounter documentation for features that are deprecated in the minim
43
43
### Unit tests
44
44
The full test-suite consists of validation, unit, and integration tests, it runs automatically on travis. To be able to run integration tests locally, contributors should run `npm i` to download and install [cypress.js](https://www.cypress.io). This is only required once. To execute the tests run the following commands:
45
45
- To validate xml files run `mvn validate`,
46
-
- to run the javascript or xQsuite unit tests run: `mvn test`. We do**not** support testing via node alone, aka `npm test`, use the maven command instead.
46
+
- to run the javascript or XQSuite unit tests run: `mvn test`. We do**not** support testing via node alone, aka `npm test`, use the maven command instead.
47
47
- To run the Integrations tests, however, use `npm run cypress`.
48
48
49
49
Both unit and integration tests, expect a running instance of exist with a copy of the documentation app installed reachable at `localhost:8080` and an empty admin password. It might be necessary to skip test execution during building from time to time, use: `mvn clean package -DskipTests`.
0 commit comments