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
run patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
Actual results
running this command works fine.
patrol test -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro)
• Building app with entrypoint test_bundle.dart for iOS simulator (debug)...
Building com.mebeidcreations.weyanapp for simulator (ios)...
✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (96.7s)
• Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro...
🧪 Add product item to cart
while running this below cause a warning shown in bold.
patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro Max)
• Building app with entrypoint test_bundle.dart for iOS simulator (debug)...
Building com.mebeidcreations.weyanapp for simulator (ios)...
✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (104.7s)
• Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro Max...
**The Xcode project defines schemes: dev, prod
You must specify a --flavor option to select one of the available schemes.**
🧪 Add product item to cart
Logs
Logs
<!-- Replace this line with your logs. Do not remove the backticks! -->
Patrol version
patrol: ^3.13.1
Patrol Doctor output
Patrol Doctor output
Runs fine
Flutter Doctor output
Flutter Doctor output
Runs fine
The text was updated successfully, but these errors were encountered:
Steps to reproduce
run
patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
Actual results
running this command works fine.
patrol test -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro)
• Building app with entrypoint test_bundle.dart for iOS simulator (debug)...
Building com.mebeidcreations.weyanapp for simulator (ios)...
✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (96.7s)
• Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro...
🧪 Add product item to cart
while running this below cause a warning shown in bold.
patrol develop -t integration_test/add_item_to_cart_test.dart --flavor dev
No device specified, using the first one (iPhone 15 Pro Max)
• Building app with entrypoint test_bundle.dart for iOS simulator (debug)...
Building com.mebeidcreations.weyanapp for simulator (ios)...
✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (104.7s)
• Running app with entrypoint test_bundle.dart for iOS simulator on simulator iPhone 15 Pro Max...
🧪 Add product item to cart
Logs
Logs
Patrol version
patrol: ^3.13.1
Patrol Doctor output
Patrol Doctor output
Flutter Doctor output
Flutter Doctor output
The text was updated successfully, but these errors were encountered: