Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 7c250e46 authored by rui rodrigues's avatar rui rodrigues
Browse files

add to README how to run tests by tag

parent b2931240
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,10 @@ To simplLabs project
// to api testing
mvn clean test -Dtest=UiSimplLabsRunner
```
To run a test by tag it just needed add the following option to the previous command (consider the tag @TCW01 as an example):
```bash
-Dcucumber.filter.tags="@TCW01"
```
### How to generate html report
To generate the report of the first time it´s mandatory install the dependency maven-atf-reports.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment