Skip to content

Run tests for all projects in a certain folder #7370

Answered by adpi2
swiatek25 asked this question in Q&A
Discussion options

You must be logged in to vote

When running ppi/test from shell all works fine - test task is available.

There is a fallback mechanism in the shell. When you type ppi/test, sbt does not find the task, so it tries ppi/Compile/test and then ppi/Test/test.

I'm I missing something, is that even possible?

The test task is defined in the Test config. You need to use LocalProject(projectName) / Test / test.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adpi2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7369 on September 08, 2023 19:40.