Currently sbt test runs both frontend and backend tests, there should be a way to run the tests in more granular fashion - separate tasks for frontend, backend and integration tests. Integration tests should allow for full application tests, one way to achieve that would be to run them on a production build, which would bundle frontend within the backend.
Currently
sbt testruns both frontend and backend tests, there should be a way to run the tests in more granular fashion - separate tasks for frontend, backend and integration tests. Integration tests should allow for full application tests, one way to achieve that would be to run them on a production build, which would bundle frontend within the backend.