Skip to content

Commit

Permalink
Merge pull request #8 from lleites/retries_option
Browse files Browse the repository at this point in the history
Retries option
  • Loading branch information
lleites authored Jun 24, 2019
2 parents a369ac3 + 9fd2307 commit 0499f33
Show file tree
Hide file tree
Showing 4 changed files with 1,241 additions and 3,383 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project is based on [Botium](https://botium.atlassian.net/wiki/spaces/BOTIU

1. Start by downloading and installing [NodeJs](https://nodejs.org/en/download/)
2. Open your terminal (Mac, Linux, ...) or Prompt (Windows)
3. Execute the following command in the terminal: `npm install -g "git+https://git@github.com/flix-tech/robotmate.git#v0.11.1"`
3. Execute the following command in the terminal: `npm install -g "git+https://git@github.com/flix-tech/robotmate.git#v0.12.0"`


### Another way
Expand Down Expand Up @@ -83,6 +83,8 @@ The command above can be used to run the tests within a folder, using the specif

3. **--jobs** **amount of jobs** *(optional)*: The name *jobs* is the equivalent to *threads*, so the parameter define the amount of jobs (threads) that will be used to split the load and test things in parallel in case it is necessary. Each thread works independently from each other.

4. **--retries** **number of total retries** *(optional)*: Number of retries for the conversations in case you have flaky test.

### Different ways of using the parameters

***Specifying conversation folder***
Expand Down
Loading

0 comments on commit 0499f33

Please sign in to comment.