issues
search
jtdLab
/
rapid
Rapid CLI allows developers to create scalable Flutter Apps using predefined components.
MIT License
5
stars
1
forks
source link
refactor: rewrite e2e testing
#115
Closed
jtdLab
closed
1 year ago
jtdLab
commented
1 year ago
Refactor test setup to not use
setUp
and
tearDown
to switch cwd and projectName.
Consider running
android
,
ios
and
mobile
slow e2e tests on [Firebase Testlab] or make them faster in other way (
https://firebase.google.com/docs/test-lab
).
https://github.com/flutter/flutter/tree/main/packages/integration_test
https://docs.flutter.dev/testing/integration-tests
jtdLab
commented
1 year ago
wont be implemented for now
jtdLab
commented
1 year ago
added with 3c50167c3436aab6f62759b96d0b8430ae09639d
setUp
andtearDown
to switch cwd and projectName.android
,ios
andmobile
slow e2e tests on [Firebase Testlab] or make them faster in other way (https://firebase.google.com/docs/test-lab).