You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ptrdom
changed the title
Allow for backend-only and integration tests
Allow for backend and integration tests
Apr 13, 2022
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.The text was updated successfully, but these errors were encountered: