diff --git a/.circleci/config.yml b/.circleci/config.yml index ab5a782..ea83fed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,14 +38,6 @@ commands: command: | sudo apt update sudo apt install -y libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev - - run: - name: Download Selenium - command: curl -O http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar - - run: mkdir test-reports - - run: - name: Start Selenium - command: java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log - background: true - restore_cache: keys: