pull/5370/head
filip mertens 3 years ago
parent c9b91de9e1
commit cdb8ab3410
  1. 16
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/seleniumConfig.js

@ -76,10 +76,10 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Download Selenium
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run:
name: Start Selenium
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh
- store_test_results:
@ -110,10 +110,10 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Download Selenium
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run:
name: Start Selenium
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh
- store_test_results:
@ -210,10 +210,10 @@ jobs:
- run: npx nx build remix-ide --with-deps
- run:
name: Download Selenium
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run:
name: Start Selenium
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: true
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
- store_test_results:
@ -244,10 +244,10 @@ jobs:
- run: npx nx build remix-ide-e2e-src-local-plugin
- run:
name: Download Selenium
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run:
name: Start Selenium
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.45 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: true
- run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh
- store_test_results:

@ -1,6 +1,6 @@
/* eslint-disable */
module.exports = {
version: '3.8.1',
version: '4.0.0',
baseURL: 'https://selenium-release.storage.googleapis.com',
drivers: {
chrome: {

Loading…
Cancel
Save