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

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

parent 873776fd
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,10 @@ jobs: ...@@ -18,8 +18,10 @@ jobs:
MYSQL_DATABASE: test_varbase900xxc MYSQL_DATABASE: test_varbase900xxc
MYSQL_USER: user MYSQL_USER: user
MYSQL_PASSWORD: passw0rd MYSQL_PASSWORD: passw0rd
working_directory: /project/docroot
steps: steps:
- checkout - checkout:
path: /project
## Install PHP extra. ## Install PHP extra.
- run: - run:
name: Install PHP extra name: Install PHP extra
......
...@@ -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/docroot' base_url: 'http://localhost:8000/docroot'
# 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