You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, I'm trying to use "group()" in one file & putting a few "patrolTest()"s inside (like it always works in Flutters's own test framework) and running with patrol test --target integration_test/group_test.dart. Result: 2nd "patrolTest()" under the "group()" never launches. Terminal prints "✗ Failed" & "See the report at:" - HTML report shows 100% 1 test passed.
But even if I try to launch tests (using patrol: 2.3.2 & patrol_cli: 2.2.2) via the "old way" (1 "patrolTest()" for one file) and running with patrol test --target integration_test/one_test.dart --target integration_test/two_test.dart - result is the same: 2nd "patrolTest()" under separate file never launches. Terminal prints "✗ Failed" & "See the report at:" - HTML report shows 100% 1 test passed. (the "old way" works with patrol: 2.2.5 & patrol_cli: 2.1.5).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
patrol: 2.3.2
patrol_cli: 2.2.2
Guys, I'm trying to use "group()" in one file & putting a few "patrolTest()"s inside (like it always works in Flutters's own test framework) and running with
patrol test --target integration_test/group_test.dart
. Result: 2nd "patrolTest()" under the "group()" never launches. Terminal prints "✗ Failed" & "See the report at:" - HTML report shows 100% 1 test passed.But even if I try to launch tests (using patrol: 2.3.2 & patrol_cli: 2.2.2) via the "old way" (1 "patrolTest()" for one file) and running with
patrol test --target integration_test/one_test.dart --target integration_test/two_test.dart
- result is the same: 2nd "patrolTest()" under separate file never launches. Terminal prints "✗ Failed" & "See the report at:" - HTML report shows 100% 1 test passed. (the "old way" works with patrol: 2.2.5 & patrol_cli: 2.1.5).What I'm doing wrong? TY in advance!
Beta Was this translation helpful? Give feedback.
All reactions