Use existing e2e environment config file

This commit is contained in:
Emili Castells Guasch 2023-02-27 11:39:30 +01:00
parent 9d460605a8
commit e9eba09ebb
5 changed files with 13 additions and 18 deletions

View file

@ -1,8 +1,4 @@
/**
* Read environment variables from file.
* https://github.com/motdotla/dotenv
*/
require('dotenv').config();
require('dotenv').config({ path: '.env.e2e' });
const config = {
testDir: './tests/playwright',