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

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

Open
k-ane opened this issue Jan 7, 2024 · 3 comments
Labels
feature New feature or request

Comments

@k-ane
Copy link

k-ane commented Jan 7, 2024

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

@k-ane k-ane added the feature New feature or request label Jan 7, 2024
@wolfenrain
Copy link
Owner

With the rewrite of #293 this should be more realistic to set up from within Fluttium it self!

@mskhan18
Copy link

@wolfenrain any update regarding this issue?

@wolfenrain
Copy link
Owner

Hi! Sadly no, I haven't been able to get around a finish up that PR, it's still on my backlog but time is not a resource I have had these last few months 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants