Skip to content

Commit 50775f9

Browse files
committed
Merge branch 'springcleaning-2020' of https://github.com/duncdrum/documentation into springcleaning-2020
2 parents dc7cb3b + 13c4e14 commit 50775f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Should you encounter documentation for features that are deprecated in the minim
4343
### Unit tests
4444
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:
4545
- 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.
4747
- To run the Integrations tests, however, use `npm run cypress`.
4848

4949
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

Comments
 (0)