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

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

parent 7446dc93
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ jobs: ...@@ -190,7 +190,7 @@ jobs:
command: | command: |
cd /var/www/html/varbase/docroot/profiles/varbase cd /var/www/html/varbase/docroot/profiles/varbase
behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/01-website-base-requirements/ behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/01-website-base-requirements/
varbase-testing-02-user-management: varbase-testing-02-user-management-03-admin-management:
docker: docker:
- image: circleci/php:7.3-apache-stretch-node-browsers - image: circleci/php:7.3-apache-stretch-node-browsers
auth: auth:
...@@ -217,32 +217,6 @@ jobs: ...@@ -217,32 +217,6 @@ jobs:
command: | command: |
cd /var/www/html/varbase/docroot/profiles/varbase cd /var/www/html/varbase/docroot/profiles/varbase
behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/02-user-management/ behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/02-user-management/
varbase-testing-03-admin-management:
docker:
- image: circleci/php:7.3-apache-stretch-node-browsers
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD
- image: circleci/mysql:8.0.4
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD
entrypoint: ['docker-entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
environment:
MYSQL_ROOT_PASSWORD: rootpw
MYSQL_DATABASE: test_varbase
MYSQL_USER: user
MYSQL_PASSWORD: passw0rd
working_directory: /var/www/html/varbase/docroot
steps:
- checkout:
path: /var/www/html/varbase
## Automated Functional Acceptance Testing group - 03 admin management
- run:
name: Automated Functional Acceptance Testing group - 03 admin management
no_output_timeout: 30m
command: |
cd /var/www/html/varbase/docroot/profiles/varbase
behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/03-admin-management/ behat --strict --no-snippets -f pretty -o std tests/features/varbase/step2-apply-tests/03-admin-management/
varbase-testing-04-content-structure: varbase-testing-04-content-structure:
docker: docker:
...@@ -306,10 +280,7 @@ workflows: ...@@ -306,10 +280,7 @@ workflows:
- varbase-testing-01-website-base-requirements: - varbase-testing-01-website-base-requirements:
requires: requires:
- varbase-build - varbase-build
- varbase-testing-02-user-management: - varbase-testing-02-user-management-03-admin-management:
requires:
- varbase-build
- varbase-testing-03-admin-management:
requires: requires:
- varbase-build - varbase-build
- varbase-testing-04-content-structure: - varbase-testing-04-content-structure:
......
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