Skip to content

feat: A way to run all tests one after the other without creating a new launcher each time. #390

@k-ane

Description

@k-ane

I'm not sure how to run multiple tests at once, right now I've just got a bash script which launches one test after the other.

The main problem with this approach is that it has to build the app every time (which takes over a minute sometimes).

Assuming the app doesn't crash completely and simply failed, it would be much more efficient to simply restart the app to begin the new test.

I'm not sure how this would work best, but I'm hoping if the launcher is not uninstalled after the test is run it can be reused.

Perhaps the flows could all be specified in the fluttium.yaml in the desired order so Fluttium knows what to run and when to uninstall the launcher at the end? Hoping for a fluttium test all kind of command

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions