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
The use case here is a Playwright test run (or some other E2E test setup) that needs to spin up Counterfact in order to run some tests.
Currently we handle this by having an npm script as the Playwright server script that starts both CF and the app engine (webpack dev server in our case). This is brittle and sometimes one or the other process doesn't start correctly. While that's likely something we could fix within the npm script setup, I see a case for being able to spin up Counterfact from within a test suite.
The text was updated successfully, but these errors were encountered:
The use case here is a Playwright test run (or some other E2E test setup) that needs to spin up Counterfact in order to run some tests.
Currently we handle this by having an npm script as the Playwright server script that starts both CF and the app engine (webpack dev server in our case). This is brittle and sometimes one or the other process doesn't start correctly. While that's likely something we could fix within the npm script setup, I see a case for being able to spin up Counterfact from within a test suite.
The text was updated successfully, but these errors were encountered: