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

Do not start browser for skipped tests #231

Merged
merged 1 commit into from Nov 8, 2018

Conversation

OndraM
Copy link
Member

@OndraM OndraM commented Nov 5, 2018

Fixes #154 .

This could be fixed thanks to sebastianbergmann/phpunit#3379 . It now depends on yet unreleased PHPUnit 7.4.4.

This will help to fail the tests faster - ie. you will know your test suite is broken sooner, as Steward will now not initialize empty browser window for those skipped tests.

@OndraM OndraM added the bug label Nov 5, 2018
@OndraM OndraM added this to the 3.0 milestone Nov 5, 2018
@OndraM OndraM force-pushed the bugfix/do-not-start-skipped branch 2 times, most recently from 5920b09 to 880db29 Compare November 5, 2018 17:48
@OndraM OndraM requested a review from legendik November 6, 2018 12:31
@OndraM OndraM force-pushed the bugfix/do-not-start-skipped branch from 880db29 to b45dd9d Compare November 8, 2018 12:00
@OndraM OndraM merged commit a238084 into lmc-eu:master Nov 8, 2018
@OndraM OndraM deleted the bugfix/do-not-start-skipped branch November 26, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browser starts also in skipped test
3 participants