Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-cucumber-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ And the default is "Default run title", so you might want to change it.
## Run
Run tests with
```sh
mvn test -D=tstmt_key
mvn test -Dtestomatio.api.key=tstmt_key
```
where `tstmt_key` is your Testomat.io key from a particular project.

Expand Down
2 changes: 1 addition & 1 deletion java-junit-maven-0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ And the default is "Default run title", so you might want to change it.
Run tests with

```sh
mvn test -D=tstmt_key
mvn test -Dtestomatio.api.key=tstmt_key
```

where `tstmt_key` is your Testomat.io key from a particular project.
Expand Down
2 changes: 1 addition & 1 deletion java-testng-maven-0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ And the default is "Default run title", so you might want to change it.
Run tests with

```sh
mvn test -D=tstmt_key
mvn test -Dtestomatio.api.key=tstmt_key
```

where `tstmt_key` is your Testomat.io key from a particular project.
Expand Down
Loading