-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add support for Dart-side group()
s
#1634
Conversation
next up: dedeuplicate groups and tests names
next up: fix tests
Adjust post-test hooks in PatrolBinding to work with nested groups
Hot Restart status: works, but per-file, instead of per- |
56be5b0
to
31592ea
Compare
c74539b
to
2cf225a
Compare
We really need this feature at the moment, when we use |
88282b9
to
1b44a73
Compare
fb33e4a
to
a53e42a
Compare
packages/patrol/android/src/main/kotlin/pl/leancode/patrol/ContractsExtensions.kt
Show resolved
Hide resolved
ddc3b8a
to
a2db518
Compare
@mkhtradm01 Check out new |
@bartekpacia Thank you 🙌 |
@bartekpacia can you elaborate on how exactly group() should work with latest dev versions of Patrol (2.3.0-dev.4) & patrol_cli (2.2.0-dev.2)? Can it be group() with multiple patrolTest() inside in one file? Because currently if I run "old style" (one patrolTest() per file) or if I run "new" (group() with 2 patrolTest() inside in one file) the result is the same - 1st test passed and run finished w/o launching 2nd one. Terminal shows failure, but html report shows that one (1st) test passed and that's it. TY in advance! |
This PR resolves #1619.