Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy committed Jan 18, 2018
2 parents 8a6d195 + 2f7deb3 commit 234bff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ addSbtPlugin("com.github.daniel-shuy" % "sbt-scripted-scalatest" % "0.1.0")

### Step 4: Configure `test` script

Put __only__ the following in the `test` script file:
Put __only__ the following in the `sbt-test/<test-group>/<test-name>/test` script file:

`> scripted-scalatest`

Expand Down Expand Up @@ -92,7 +92,7 @@ Eg. Run `sbt scripted` on the main project to execute all tests.

| Task | Description |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| scripted-scalatest | Executes all test configured in `scriptedScalaTestSpec`. This task must be [configured for scripted-plugin to run in the `test` script file](https://github.com/daniel-shuy/scripted-scalatest-sbt-plugin/new/master?readme=1#user-content-step-4-configure-test-script). |
| scripted-scalatest | Executes all test configured in `scriptedScalaTestSpec`. This task must be [configured for scripted-plugin to run in the `test` script file](#step-4-configure-test-script). |

## Known Issues

Expand Down

0 comments on commit 234bff3

Please sign in to comment.