Skip to content

Commit

Permalink
resolved caps incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
Baaryan committed Mar 22, 2024
1 parent 261d2bd commit 6e98158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSTest-Playwright-BrowserStack/local.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"capabilities": {
"build": "browserstack-build-1",
"name": "BStack Playwright local test",
"source": "mstest-playwright:sample-main:v1.0",
"browserstack.source": "mstest-playwright:sample-main:v1.0",
"browserstack.debug": true,
"browserstack.local": true
},
Expand Down
2 changes: 1 addition & 1 deletion MSTest-Playwright-BrowserStack/parallel.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"capabilities": {
"build": "browserstack-build-1",
"name": "BStack Playwright parallel test",
"source": "mstest-playwright:sample-main:v1.0",
"browserstack.source": "mstest-playwright:sample-main:v1.0",
"browserstack.debug": true
},

Expand Down
2 changes: 1 addition & 1 deletion MSTest-Playwright-BrowserStack/single.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"capabilities": {
"build": "browserstack-build-1",
"name": "BStack Playwright single test",
"source": "mstest-playwright:sample-main:v1.0",
"browserstack.source": "mstest-playwright:sample-main:v1.0",
"browserstack.debug": true
},

Expand Down

0 comments on commit 6e98158

Please sign in to comment.