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

Tests are ALWAYS running in parallel despite setting a flowsOrder configuration #1700

Open
joshuadeguzman opened this issue Mar 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joshuadeguzman
Copy link

Describe the bug
Tests are always running in parallel despite setting the flowsOrder, which is a bit confusing because this doc clearly outlines that other tests should run right after Flow A, without adding them explicitly in flowsOrder.

What happens is that, the rest of the flows not added explicitly, and in order in flowsOrder are opening the app in a logged out state. Flow A represents a login existing user flow in our project.

To Reproduce

  1. Set the executionOrder to:
executionOrder:
  continueOnFailure: false
  flowsOrder:
    - Flow A
  1. Run maestro cloud

Expected behavior

  • Flow A should run first before everything else

Environment information (please complete the following information):

  • Maestro version: 1.35.0
  • Platform: Maestro Cloud
  • Framework: Flutter
  • Device model and OS version: Android

Workspace (if applicable)
You can browse our files here, needs authentication.

@joshuadeguzman joshuadeguzman added the bug Something isn't working label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant