#How do you write Integration Tests using .env variables?

1 messages · Page 1 of 1 (latest)

fervent helm
#

I never had an issue with it running the tests from the directory where the .env file is located. Where do you run the test command from?

iron marten
#

Are you running it in Visual Studio Code? I'm trying to figure out how to run bun test with the debugger.

fervent helm
#

No I use „bun test“ (desperately waiting for better IDE integration, I‘m using webstorm)

I got the debugger working once running a server but not with tests