Skip to content

Commit

Permalink
added new lines and source capabilitiy
Browse files Browse the repository at this point in the history
  • Loading branch information
Baaryan committed Mar 22, 2024
1 parent e02504c commit 261d2bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sanity_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ jobs:
console.log(`The status-check response : ${result.status} Response : ${JSON.stringify(result.response)}`)
if (result.status !== 201) {
console.log('Failed to create check run')
}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ ASALocalRun/
.mfractor/

# Local History for Visual Studio
.localhistory/
.localhistory/
1 change: 1 addition & 0 deletions MSTest-Playwright-BrowserStack/local.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"capabilities": {
"build": "browserstack-build-1",
"name": "BStack Playwright local test",
"source": "mstest-playwright:sample-main:v1.0",
"browserstack.debug": true,
"browserstack.local": true
},
Expand Down
3 changes: 2 additions & 1 deletion MSTest-Playwright-BrowserStack/parallel.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"capabilities": {
"build": "browserstack-build-1",
"name": "BStack Playwright parallel test",
"source": "mstest-playwright:sample-main:v1.0",
"browserstack.debug": true
},

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

Expand All @@ -13,4 +14,4 @@
"browser": "chrome"
}
}
}
}

0 comments on commit 261d2bd

Please sign in to comment.