Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 831 Bytes

How to run tests

Enterprise Tutorial

These tests should be run using the ezplatform-ee metarepository.

  1. Add developer-documentation to your project by running the following commands:
composer config repositories.doc vcs http://github.com/ezsystems/developer-documentation.git
composer require --dev ezsystems/developer-documentation:dev-master

# optional: run to list all available branches
composer show -a ezystems/developer-documentation
  1. Run setup script: ./vendor/ezsystems/developer-documentation/tests/scripts/setup.sh
  2. Run export APP_ENV=behat in the console.
  3. Run tests by using one of the following commands:
  • To run all tests, use: bin/behat --profile=doc
  • To run a specific test step, use: bin/behat --profile=doc --tags=step1
  1. After execution, run composer run post-install-cmd.