Skip to content

Commit 77e53bf

Browse files
committed
r using [dotenv-flow layered env support
1 parent fdb393b commit 77e53bf

File tree

4 files changed

+34
-8
lines changed

4 files changed

+34
-8
lines changed

env/.env

Whitespace-only changes.

global/test-run-context.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"testRunId": "run_20250628164006537",
3-
"startTime": "2025-06-28T16:40:06.537Z",
2+
"testRunId": "run_20250628182021939",
3+
"startTime": "2025-06-28T18:20:21.939Z",
44
"environment": "qa1",
55
"project": "e2e-playwright-typescript-framework",
66
"status": "in-progress"

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npx playwright test",
8-
"test:allure": "npm run test:params && npm run allure:generate",
9-
"test:params": "sh ./run-with-params.sh",
10-
"allure:generate": "allure generate ./allure-results --clean -o ./allure-report",
11-
"allure:open": "allure open ./allure-report"
12-
},
7+
"test": "npx playwright test",
8+
"test:allure": "npm run test:params && npm run allure:generate",
9+
"test:params": "sh ./run-with-params.sh",
10+
"allure:generate": "allure generate ./allure-results --clean -o ./allure-report",
11+
"allure:open": "allure open ./allure-report"
12+
},
1313
"keywords": [],
1414
"author": "",
1515
"license": "ISC",
@@ -22,6 +22,7 @@
2222
"typescript": "^5.8.3"
2323
},
2424
"dependencies": {
25+
"dotenv-flow": "^4.1.0",
2526
"winston": "^3.17.0"
2627
}
2728
}

0 commit comments

Comments
 (0)