Closed adam-singer closed 10 years ago
This looks great!
Before going forward should we get this working in an automated or headless fashion like the spark project?
+1 to headless eventually, but just getting tests running in any fashion is more important. I wouldn't want a perfect testing solution to delay a good one -
Cool, we'll merge this then we can start to adapt the rest of the tests. There was a fair amount of tests in the chrome.dart
project and not sure how long it will take to port all of them in one shot.
heh, didnt know if you were still reviewing, totally overlooked the missing "lgtm". Might of shot the gun by accident.
Nope, no more comments. Thanks much for pushing on this!
Just enough test harness in before adding all the unit tests.
bin/setup_app.dart
will build apps in theapp
directory.Usage:
Example:
bin/load_app.sh
will launch the apps in theapp
directory in either chrome/canary/dartium for mac only.Usage:
Example:
Debated if the
load_app.sh
should just call the build everytime. Both thetest_app
andtest_ext
harness have a reload build it when ther
key is pressed while open. Before going forward should we get this working in an automated or headless fashion like the spark project?