Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline authored Sep 9, 2018
1 parent 76b6226 commit de9f3f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ flank:
# test shards - the amount of groups to split the test suite into
# set to -1 to use one shard per test.
testShards: 1
# test runs - the amount of times to run the tests.
# repeat tests - the amount of times to run the tests.
# 1 runs the tests once. 10 runs all the tests 10x
testRuns: 1
repeatTests: 1
# always run - these tests are inserted at the beginning of every shard
# useful if you need to grant permissions or login before other tests run
test-targets-always-run:
Expand Down Expand Up @@ -84,9 +84,9 @@ flank:
# test shards - the amount of groups to split the test suite into
# set to -1 to use one shard per test.
testShards: 1
# test runs - the amount of times to run the tests.
# repeat tests - the amount of times to run the tests.
# 1 runs the tests once. 10 runs all the tests 10x
testRuns: 1
repeatTests: 1
# always run - these tests are inserted at the beginning of every shard
# useful if you need to grant permissions or login before other tests run
test-targets-always-run:
Expand Down

0 comments on commit de9f3f9

Please sign in to comment.