mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 10:39:46 +02:00
test: Rename config file to match case
This commit is contained in:
parent
e03f3d1c94
commit
fa02d96a2e
1 changed files with 0 additions and 0 deletions
|
@ -1,14 +0,0 @@
|
|||
const BASE_URL = process.env.BASE_URL || 'http://localhost:1337';
|
||||
|
||||
const TIMEOUT = parseInt(process.env.TIMEOUT, 10) || 6000;
|
||||
|
||||
const PLAYWRIGHT = {
|
||||
headless: process.env.PLAYWRIGHT_HEADLESS !== 'false',
|
||||
slowMo: parseInt(process.env.PLAYWRIGHT_SLOW_MO, 10) || 1000,
|
||||
};
|
||||
|
||||
export default {
|
||||
BASE_URL,
|
||||
TIMEOUT,
|
||||
PLAYWRIGHT,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue