You are here

run-behat.sh in Pantheon Advanced Page Cache 8

Same filename and directory in other branches
  1. 7 tests/behat/run-behat.sh
#!/bin/bash

export BEHAT_PARAMS='{"extensions" : {"Behat\\MinkExtension" : {"base_url" : "https://'$TERMINUS_ENV'-'$TERMINUS_SITE'.pantheonsite.io/"}}}'
./vendor/bin/behat --config=tests/behat/behat-pantheon.yml --strict --stop-on-failure

File

tests/behat/run-behat.sh
View source
  1. #!/bin/bash
  2. export BEHAT_PARAMS='{"extensions" : {"Behat\\MinkExtension" : {"base_url" : "https://'$TERMINUS_ENV'-'$TERMINUS_SITE'.pantheonsite.io/"}}}'
  3. ./vendor/bin/behat --config=tests/behat/behat-pantheon.yml --strict --stop-on-failure