jtdLab / rapid

Rapid CLI allows developers to create scalable Flutter Apps using predefined components.
MIT License
5 stars 1 forks source link

feat: improve integration testing of generated projects template #114

Open jtdLab opened 1 year ago

jtdLab commented 1 year ago

Make every test executable in single mode and diffrent envs

jtdLab commented 1 year ago

This works on android, ios and mobile.

Web has problems when running mulitple integration tests:

https://github.com/flutter/flutter/issues/116936

Desktop also:

https://github.com/flutter/flutter/issues/101031

jtdLab commented 1 year ago

Works for now with eca61fa65657603e845edb60f853188ab0346f6a.

Consider only running integration tests on test env. This needs changes in melos scripts and integration_test of root package.