Skip to content

Commit

Permalink
Fix Acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Mar 14, 2023
1 parent 487a646 commit a8ddd9b
Show file tree
Hide file tree
Showing 21 changed files with 67 additions and 4,362 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ jobs:
composer install --dev
- name: Run acceptance tests
run: |
mkdir -p tests/features/bootstrap/access/
mkdir -p tests/features/bootstrap/utilities/
mkdir -p tests/features/reports
cp sdk-specifications/features/access/grant-token.feature tests/features/bootstrap/access/grant-an-access-token.feature
cp sdk-specifications/features/utilities/time.feature tests/features/bootstrap/utilities/time.feature
vendor/bin/behat -f junit -o tests/features/reports/
mkdir -p tests/Acceptance/reports
mkdir -p tests/Acceptance/Contracts/Access
mkdir -p tests/Acceptance/Contracts/Publish
mkdir -p tests/Acceptance/Contracts/Signal
mkdir -p tests/Acceptance/Contracts/History
cp sdk-specifications/features/access/grant-token.feature tests/Acceptance/Contracts/Access/grant-token.feature
cp sdk-specifications/features/publish/publish-to-space.feature tests/Acceptance/Contracts/Publish/publish-to-space.feature
cp sdk-specifications/features/publish/signal-to-space.feature tests/Acceptance/Contracts/Signal/signal-to-space.feature
cp sdk-specifications/features/history/history.feature tests/Acceptance/Contracts/History/history.feature
vendor/bin/behat -f junit -o tests/Acceptance/reports/
- name: Expose acceptance tests reports
uses: actions/upload-artifact@v2
with:
Expand Down
37 changes: 0 additions & 37 deletions acceptance.json

This file was deleted.

Loading

0 comments on commit a8ddd9b

Please sign in to comment.