Skip to content

Commit 323c642

Browse files
committed
plawyright examples updated
1 parent 16c165f commit 323c642

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

agent-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest --bail"
7+
"test": "VRT_CIBUILDID=$(date +%H:%M:%S_%d-%m-%Y) playwright test"
88
},
99
"author": "",
1010
"license": "ISC",

agent-playwright/setup-after-env.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

agent-playwright/vrt.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
"apiUrl": "http://localhost:4200",
33
"apiKey": "2QZBXPMH7DM5MJNV6831E9MXVFQQ",
44
"project": "9bb62347-1444-481e-830c-e71b63870eb8",
5-
"branchName": "master",
6-
"enableSoftAssert": false,
7-
"ciBuildId": "generated key"
5+
"branchName": "develop"
86
}

0 commit comments

Comments
 (0)