adds test for CI env runs

This commit is contained in:
Fabio Ivona
2021-09-22 10:38:21 +02:00
parent dd643faa5c
commit b22f5e0c85
2 changed files with 21 additions and 3 deletions

View File

@ -648,6 +648,7 @@
✓ it alerts users about tests with arguments but no input
✓ it can return an array of all test suite filenames
✓ it can filter the test suite filenames to those with the only method
✓ it does not filter the test suite filenames to those with the only method when working in CI pipeline
PASS Tests\Visual\Help
✓ visual snapshot of help command output
@ -681,5 +682,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 447 passed
Tests: 4 incompleted, 9 skipped, 448 passed