Skip to content
Snippets Groups Projects
Commit 0e36cb39 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove behat

parent a5e2547c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ variables: ...@@ -4,7 +4,6 @@ variables:
COMPOSER_PATCHES_SKIP_REPORTING: 1 COMPOSER_PATCHES_SKIP_REPORTING: 1
DISABLE_CI_TESTS: 0 DISABLE_CI_TESTS: 0
DISABLE_CI_TEST_BACKSTOP: 1 DISABLE_CI_TEST_BACKSTOP: 1
DISABLE_CI_TEST_BEHAT: 0
DISABLE_CI_TEST_CODESTYLE: 1 DISABLE_CI_TEST_CODESTYLE: 1
DISABLE_CI_TEST_CYPRESSE2E: 1 DISABLE_CI_TEST_CYPRESSE2E: 1
DISABLE_CI_TEST_INVENTORY: 1 DISABLE_CI_TEST_INVENTORY: 1
......
...@@ -165,7 +165,7 @@ Debug: ...@@ -165,7 +165,7 @@ Debug:
elif [[ "$CI_COMMIT_MESSAGE" == *"Merge branch 'develop' into 'main'"* ]]; then elif [[ "$CI_COMMIT_MESSAGE" == *"Merge branch 'develop' into 'main'"* ]]; then
TESTSDISABLED="yes" TESTSDISABLED="yes"
GITLABTESTSDISABLED="yes" GITLABTESTSDISABLED="yes"
elif [[ "$DISABLE_CI_TEST_BACKSTOP" == "1" && "$DISABLE_CI_TEST_BEHAT" == "1" && "$DISABLE_CI_TEST_CYPRESSE2E" == "1" ]]; then elif [[ "$DISABLE_CI_TEST_BACKSTOP" == "1" && "$DISABLE_CI_TEST_CYPRESSE2E" == "1" ]]; then
echo "DB not required" echo "DB not required"
elif [[ "$CI_COMMIT_REF_NAME" == "main" ]]; then elif [[ "$CI_COMMIT_REF_NAME" == "main" ]]; then
DBREQUIRED="yes" DBREQUIRED="yes"
...@@ -354,7 +354,6 @@ Debug: ...@@ -354,7 +354,6 @@ Debug:
- composer lakedrops:docker4drupal --no-interaction - composer lakedrops:docker4drupal --no-interaction
- docker compose pull --quiet - docker compose pull --quiet
- docker compose up -d --force-recreate --remove-orphans - docker compose up -d --force-recreate --remove-orphans
- composer lakedrops:behat --no-interaction
- mkdir -p files/default/files/css - mkdir -p files/default/files/css
- mkdir -p files/default/files/js - mkdir -p files/default/files/js
- mkdir -p files/default/files/languages - mkdir -p files/default/files/languages
......
...@@ -55,32 +55,6 @@ Test PHPUnit: ...@@ -55,32 +55,6 @@ Test PHPUnit:
rules: rules:
- if: '$DISABLE_CI_TEST_PHPUNIT != "1"' - if: '$DISABLE_CI_TEST_PHPUNIT != "1"'
Test Behat:
<<: *test_lakedrops_default
<<: *test_lakedrops_theme
needs:
- job: Build Site
- job: Build Theme
artifacts: true
optional: true
- job: Import DB
optional: true
- job: Import DB NG
optional: true
- job: Import Local DB
optional: true
- job: Update DB
optional: true
script:
- ahoy behat exec -- --format junit --out /tmp/logs
artifacts:
name: behat
when: always
paths:
- logs/default.xml
rules:
- if: '$DISABLE_CI_TEST_BEHAT != "1"'
Test Backstop: Test Backstop:
<<: *test_lakedrops_default <<: *test_lakedrops_default
<<: *test_lakedrops_theme <<: *test_lakedrops_theme
...@@ -97,8 +71,6 @@ Test Backstop: ...@@ -97,8 +71,6 @@ Test Backstop:
optional: true optional: true
- job: Update DB - job: Update DB
optional: true optional: true
- job: Test Behat
optional: true
script: script:
- backstop test - backstop test
retry: 2 retry: 2
...@@ -126,8 +98,6 @@ Test Cypress E2E: ...@@ -126,8 +98,6 @@ Test Cypress E2E:
optional: true optional: true
- job: Update DB - job: Update DB
optional: true optional: true
- job: Test Behat
optional: true
- job: Test Backstop - job: Test Backstop
optional: true optional: true
resource_group: cypress resource_group: cypress
......
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