Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix run suite when suite name matches directory #6105

Merged
merged 6 commits into from Feb 1, 2021
Merged

Fix run suite when suite name matches directory #6105

merged 6 commits into from Feb 1, 2021

Commits on Jan 29, 2021

  1. Copy the full SHA
    73b2c4f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Fix codecept run tests

    Naktibalda committed Jan 30, 2021
    Copy the full SHA
    5a36cf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Run can use test filter without specifying suite

    Example: codecept run :^*YmlInTestsDirCest
    Naktibalda committed Jan 31, 2021
    Copy the full SHA
    3470970 View commit details
    Browse the repository at this point in the history
  2. Run tests with filter from tests dir

    Fixes #5278
    Naktibalda committed Jan 31, 2021
    Copy the full SHA
    2a19935 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d62088 View commit details
    Browse the repository at this point in the history
  4. Fix tests with PHPUnit 5.7

    PHPUnit 5.7 handles filter pattern differently
    Naktibalda committed Jan 31, 2021
    Copy the full SHA
    5d0edff View commit details
    Browse the repository at this point in the history