at the end of the day, it was inevitable

This commit is contained in:
Mo Elzubeir
2022-12-09 08:36:26 -06:00
commit 1218570914
1768 changed files with 887087 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
default:
#
# Auto load contexts
#
autoload:
'': %paths.base%/behat/
suites:
#
# Suite for commands.
#
command:
contexts:
- Command\Context\CommandContext:
- '@service_container'
- '%paths.base%/src/AppBundle/DataFixtures/'
#
# Paths to command features.
#
paths:
- %paths.base%/behat/Command/features/
#
# Suite for first version of api.
#
api:
contexts:
- Api\Context\ApiContext:
- '@service_container'
- 'http://socialhose.local/'
- '%paths.base%/src/AppBundle/DataFixtures/'
#
# Paths to show features for api v1 tests.
#
paths:
- %paths.base%/behat/Api/features/Security/
- %paths.base%/behat/Api/features/V1/
extensions:
Behat\Symfony2Extension:
kernel:
env: test
debug: true