From 76ad659745806b227d7309e59c302355f92617fe Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Mon, 30 Jan 2023 15:12:09 -0600 Subject: [PATCH] Remove download and start selenium --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) 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: