Nightwatch config for running tests in parallel
Added drivers path for chrome and firefox
Changed firefox port
Installed geckodriver
Changed firefox config
cli_args config
Fixed linting error
Modified config
Revert nightwatch config
Fixed linting error
Set drivers path
Fixed linting error
point driver path to new location
Set marionette to false
Removed cli_args option
Set parallel command in ci
Retry firefox in pipeline
Retry firefox in ci pipeline
Remove cli_args from nightwatch config
Retry ci pipeline
Load gecko in circleci
Debug circleci
Debug circleci
Retry pipeline
Retry pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Retry pipeline
Retry pipeline
Retry pipeline
Retry pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Debug pipeline
Changed CI selenium-server-standalone to selenium-standalone
Fixed linting error
Set marionette to false
Add download of old firefox to ci build
Set marionette to true
Set permission
Rearranged steps
Fix ci error
Remove gecko driver
Use node_modules selenium standalone
Change build steps
Change firefox version
Update firefox version
Renamed firefox start step
Test yml changes
Test yml changes
Test yml changes
Test yml changes
Setup workflows for running firefox and chrome tests in parallel
Setup workflows for running firefox and chrome tests in parallel
Setup workflows for running firefox and chrome tests in parallel
Setup workflows for running firefox and chrome tests in parallel
Use selenium-standalone
Use selenium-standalone
Set selenium-server version
Added selenium config
Fixed liniting error
Fixed Build error path
Fixed Selenium config error path
Changed selenium server version
Test for chrome
Added config for chrome
Test firefox and chrome in parallel
Add firefox config to seleniumConfig
Downgrade firefox driver version
Download firefox browser
Test circleci parallelism
Test circleci parallelism
Remove parallelism
Added delay to ZoKrates test to fix failing test
Fixed failing gist tests for firefox
Disabled remixd tests for firefox browser
Fix linting error
Fixed failing terminal test
Remove gecko driver dependency
Disable remixd test for firefox
Fixed failing solidity unit tests
switch to .keys() to .sendKeys() since it is supported by both chrome and firefox
Showing
... | @@ -65,7 +65,7 @@ | ... | @@ -65,7 +65,7 @@ |
"remixd": "0.1.8-alpha.10", | "remixd": "0.1.8-alpha.10", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.0.1", | "selenium-standalone": "^6.17.0", | ||
"semver": "^6.1.2", | "semver": "^6.1.2", | ||
"solc": "^0.6.0", | "solc": "^0.6.0", | ||
"swarmgw": "^0.3.1", | "swarmgw": "^0.3.1", | ||
... | @@ -162,6 +162,7 @@ | ... | @@ -162,6 +162,7 @@ |
"lint": "standard | notify-error", | "lint": "standard | notify-error", | ||
"make-mock-compiler": "node ci/makeMockCompiler.js", | "make-mock-compiler": "node ci/makeMockCompiler.js", | ||
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | ||
"nightwatch_parallel": "nightwatch -e chrome,firefox --config nightwatch.js", | |||
"nightwatch_local_firefox": "nightwatch --config nightwatch.js --env firefox", | "nightwatch_local_firefox": "nightwatch --config nightwatch.js --env firefox", | ||
"nightwatch_local_chrome": "nightwatch --config nightwatch.js --env chrome", | "nightwatch_local_chrome": "nightwatch --config nightwatch.js --env chrome", | ||
"nightwatch_local_ballot": "nightwatch ./test-browser/tests/ballot.js --config nightwatch.js --env chrome ", | "nightwatch_local_ballot": "nightwatch ./test-browser/tests/ballot.js --config nightwatch.js --env chrome ", | ||
... | ... |
seleniumConfig.js
0 → 100644
Please
register
or
sign in
to comment