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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Should you encounter documentation for features that are deprecated in the minim
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
46
- to run the javascript tests `mvn test` (xQsuite coming soon). We do**not** support testing via node alone, aka `npm test`, use the maven command instead.
47
-
- To run the Integrations tests `npm run cypress`.
47
+
- To run the Integrations tests, however, use`npm run cypress`.
48
48
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.
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`.
Indexes below are ordered by their relevance (or "boost"),
9
-
with the most relevant listed first.
10
-
11
-
Our definitions are based on the assumption that the most
12
-
specific content will be deeper within the document.
13
-
-->
7
+
<!-- Indexes below are ordered by their relevance (or "boost"), with the most relevant listed first. Our definitions are based on the assumption that the most specific content will be deeper within the document. -->
0 commit comments