mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Use existing e2e environment config file
This commit is contained in:
parent
9d460605a8
commit
e9eba09ebb
5 changed files with 13 additions and 18 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue