Skip to content

Commit fe71c09

Browse files
committed
docs(readme): remove WIP note about unit tests
they are fully working
1 parent c212b6d commit fe71c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Should you encounter documentation for features that are deprecated in the minim
3838

3939
3. Install this file via the Dashboard > Package Manager.
4040

41-
## (WIP) Testing
41+
## Testing
4242

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 tests `mvn test` (xQsuite coming soon). 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)