Skip to content
Snippets Groups Projects
Commit 1647e200 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent 8c99c588
No related branches found
No related tags found
No related merge requests found
...@@ -129,13 +129,6 @@ jobs: ...@@ -129,13 +129,6 @@ jobs:
drush config-set system.logging error_level all --yes drush config-set system.logging error_level all --yes
drush cr drush cr
## Run Drush server on 8080 port.
- run:
name: Run Drush server on 8080 port
command: |
drush runserver --default-server=builtin 8080 &>/dev/null &
sleep 5
## Automated Functional Acceptance Testing. ## Automated Functional Acceptance Testing.
- run: - run:
name: Automated Functional Acceptance Testing name: Automated Functional Acceptance Testing
......
...@@ -86,7 +86,7 @@ default: ...@@ -86,7 +86,7 @@ default:
- "disable-infobars" - "disable-infobars"
- "js-flags=--expose-gc" - "js-flags=--expose-gc"
- "no-sandbox" - "no-sandbox"
base_url: 'http://127.0.0.1:8080' base_url: 'http://127.0.0.1'
# browser_name: 'firefox' # browser_name: 'firefox'
browser_name: 'chrome' browser_name: 'chrome'
# browser_name: 'phantomjs' # browser_name: 'phantomjs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment