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
Just being able to compile in order to run unit tests. We could potentially use a snapshot of a valid schema to achieve this.
Running integration tests.
For local tests we will still likely want resources like DBs to be usable.
For integration tests we could have something like an ftl test <dir> -- <test-command> command that combines ftl serve --recreate and ftl dev <dir>, then runs <test-command>, maybe.
The text was updated successfully, but these errors were encountered:
Spitballing here.
There are two use cases:
For local tests we will still likely want resources like DBs to be usable.
For integration tests we could have something like an
ftl test <dir> -- <test-command>
command that combinesftl serve --recreate
andftl dev <dir>
, then runs<test-command>
, maybe.The text was updated successfully, but these errors were encountered: