Skip to content

Commit

Permalink
browserstack
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 7, 2021
1 parent c4c4619 commit ac75101
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ pnpm-debug.log*
/test-results.xml
/cypress/videos/
/cypress/screenshots/
/setAccessKey.sh
/local.log
24 changes: 24 additions & 0 deletions browserstack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"auth": {
"username": "neferin1"
},
"browsers": [
{
"browser": "chrome",
"os": "Windows 10",
"versions": [
"latest",
"latest-1"
]
}
],
"run_settings": {
"cypress_config_file": "./cypress.json",
"project_name": "Vue JSON Form",
"build_name": "testbuilt",
"parallels": "5"
},
"connection_settings": {
"local": true
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"cy:open": "npx cypress open",
"cy:run": "cypress run",
"test": "start-server-and-test serve 8080 cy:run",
"browserstack": "dotenv browserstack-cypress run --sync",
"build": "npm run build:npm && npm run build:demo",
"build:npm": "rimraf ./dist && webpack --config ./webpack.config.js",
"analyze": "ANALYZE=true npm run build:demo",
Expand Down

0 comments on commit ac75101

Please sign in to comment.