Skip to content

Commit

Permalink
Add info about running single scripted test
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Feb 17, 2025
1 parent 5bf7639 commit d4f674a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ To run the scripts, go back to your plugin project, and run:
> scripted
```

**Note**: `scripted` runs all your tests, you can execute single scripted test with `scripted sbt-assembly/simple`


This will copy your test build into a temporary dir, and executes the `test` script. If everything works out, you'd see `publishLocal` running, then:

```
Expand Down

0 comments on commit d4f674a

Please sign in to comment.