Hi, i have some problem, i trying run all test into supertokens-flutter plugin.
1. I'm configured supertokens-root and after run ./startTestEnv --wait all task was ok
2. I'm starting the web server into testHelper/server TEST_MODE=testing INSTALL_PATH=../../../supertokens-root node . and it is ok
3. I try run flutter test --concurrency=1 and my test crashes because web server crash with error build/querier.js:260
throw Error("No SuperTokens core available to query")
I din't close ./startTestEnv script and all script was in other terminal windows