How to run multiple tests at the same time?

Troubleshooting

The Test and Run feature are very useful (*although way less powerful than what Flutter offer by default*) but they don't fit all needs yet.

For example, let's say you are building an application that has a Chat. Ideally you'd like to test on multiple devices, simulators, or instances at the same time to verify collaboration features work as expected.

Do you know any ways of doing so? I'm looking for a way that is fast enough.

Of course, you can export your project and build and run it directly with Flutter with let's you run as many instance as you want. However this is really not feasible during development, as of now the export from FlutterFlow takes several minutes which makes exporting at every change a real burden.

Thanks for your help,

What have you tried so far?

Read above.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
3 replies