Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto authored Mar 29, 2024
1 parent 52ea166 commit 74ceab7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ testShard := yourShardId
testShardCount := 5
```

You may also need the following import depending on your project setup to have access to the keys:

```scala
import sbttestshards.TestShardsPlugin.autoImport.*
```

### Sharding algorithms

By default, the tests will be sharded by the test suite name (`ShardingAlgorithm.SuiteName`).
Expand Down

0 comments on commit 74ceab7

Please sign in to comment.