We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c165f commit 323c642Copy full SHA for 323c642
agent-playwright/package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "jest --bail"
+ "test": "VRT_CIBUILDID=$(date +%H:%M:%S_%d-%m-%Y) playwright test"
8
},
9
"author": "",
10
"license": "ISC",
agent-playwright/setup-after-env.js
agent-playwright/vrt.json
@@ -2,7 +2,5 @@
2
"apiUrl": "http://localhost:4200",
3
"apiKey": "2QZBXPMH7DM5MJNV6831E9MXVFQQ",
"project": "9bb62347-1444-481e-830c-e71b63870eb8",
- "branchName": "master",
- "enableSoftAssert": false,
- "ciBuildId": "generated key"
+ "branchName": "develop"
}
0 commit comments