Skip to content

Commit

Permalink
chore: remove codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 29, 2024
1 parent 72cfe7c commit 7204479
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 459 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,34 +64,6 @@ jobs:
- name: Run functional tests
run: |
./Build/Scripts/runTests.sh -s functional -p ${{ matrix.php-versions }}
acceptance-tests:
name: Acceptance tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- php-versions: '8.1'
typo3-versions: '11'
- php-versions: '8.3'
typo3-versions: '12'
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install composer dependencies
run: |
composer require typo3/cms-core=^${{ matrix.typo3-versions }} --no-progress --prefer-dist --optimize-autoloader
- name: Run acceptance tests
run: |
./Build/Scripts/runTests.sh -s acceptance -p ${{ matrix.php-versions }} -t ${{ matrix.typo3-versions }}
- name: Archive acceptance tests results
uses: actions/upload-artifact@v2
with:
name: acceptance-test-reports-${{ matrix.php-versions }}-${{ matrix.typo3-versions }}
path: .Build/Web/typo3temp/var/tests/_output
if-no-files-found: ignore
code-quality:
name: Code Quality
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
Build/testing-docker/.env
composer.lock
Documentation-GENERATED-temp
Tests/Acceptance/Support/_generated/
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
.PHONY: qa
qa: cs unit-tests phpstan rector-dry yaml-lint

.PHONY: acceptance-tests
acceptance-tests: vendor
./Build/Scripts/runTests.sh -s acceptance

# See: https://github.com/crossnox/m2r2
.PHONY: changelog
changelog:
Expand Down
22 changes: 0 additions & 22 deletions Tests/Acceptance/Backend.suite.yml

This file was deleted.

116 changes: 0 additions & 116 deletions Tests/Acceptance/Backend/DataModuleCest.php

This file was deleted.

3 changes: 0 additions & 3 deletions Tests/Acceptance/Fixtures/be_users.csv

This file was deleted.

1 change: 0 additions & 1 deletion Tests/Acceptance/Fixtures/jobrouterkey

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions Tests/Acceptance/Support/BackendTester.php

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7204479

Please sign in to comment.