VeryGoodOpenSource / flutter_web_preloader

A brick that creates a smart web entrypoint for Flutter and preloads any type of asset before starting an app.
https://brickhub.dev/bricks/flutter_web_preloader/0.2.0
MIT License
77 stars 7 forks source link

test: End to End Test for Flutter Web Preloader #37

Open tomarra opened 1 week ago

tomarra commented 1 week ago

Description

Right now we don't have a fully executing end to end test to confirm that the pre-loader is working as expected. Right now this is just a manual test. Overall this would have to be more of a browser based test, rather then just Flutter/Dart, as we need to confirm that the page actually loads correctly overall.

Requirements

Additional Context

No response