Skip to content

Commit

Permalink
Update how to test the play app
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Apr 2, 2024
1 parent 3a3835a commit 9da7873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This should result in *BUILD SUCCESS*. Push your changes.

Check if the play tests work, e.g.:

@sbt "test:testOnly *IntegrationTest"@
@cd web; sbt "test:testOnly *IntegrationTest"@

If that fails, check the tests. Most of the time the "fix" is to update the test
as new data introduce more/less hits.
Expand Down

0 comments on commit 9da7873

Please sign in to comment.