Closed
Description
When using the bin/magento
command line tool to run Integration testing, setting a testsuite
argument does not work, per the instructions at the bottom of:
http://devdocs.magento.com/guides/v2.0/test/integration/integration_test_setup.html
Preconditions
- Magento version 2.1.5
- PHP 7.0
Steps to reproduce
- Run
bin/magento dev:test:run integration --testsuite "Memory Usage Tests"
per the documentation
Expected result
- "Memory Usage Tests" integration testsuite tests should be run
Actual result
- Error:
[RuntimeException] The "--testsuite" option does not exist.