Commit Graph

39 Commits

Author SHA1 Message Date
Jon Samwell e396af8758 fix(flutter): updated to the way flutter build warnings are handled and added message to indicate more than one attached device has been found so device id needs to be specified 2019-12-19 12:04:22 +11:00
Jon Samwell c64bcec157 chore(example): migrate to AndroidX 2019-12-18 20:48:21 +11:00
Jon Samwell 1ac4b909af chore(lib): updated to latest gherkin lib 2019-12-05 17:12:59 +11:00
Kevin Raddatz fbcc1a832d fix(screenshot_hook): typo in class name 2019-11-11 15:27:26 +01:00
Jon Samwell 592ccd0b7c feat(utils): added waitUntil util and updated docs 2019-09-27 09:18:44 +10:00
Jon Samwell 76e6a841e0 feat(flutter): added ability to change flutter build timeout and now logging flutter command run 2019-09-26 08:00:06 +10:00
Jon Samwell 976579082b chore(lib): updated gherkin lib 2019-09-25 13:44:32 +10:00
Jon Samwell dc6895a745 chore(docs): fixed typo 2019-09-25 13:19:44 +10:00
Jon Samwell a351866646 feat(reporters): added flutter driver reporter
chore(docs): updated readme and changelog
fix(world): added missing super class to flutter world dispose method
2019-09-24 09:49:00 +10:00
Jon Samwell 04c52ad7fe chore(lint): fixed lint warnings 2019-09-22 12:01:23 +10:00
Jon Samwell 6df1a05251 feat(flutter): ensured flutter build warnings are not writted to stderr and cause test run to fail 2019-09-22 11:57:38 +10:00
Jon Samwell cc25319171 chore(libs): updated to latest gherkin lib and updated example features, fixed await error 2019-09-20 08:54:18 +10:00
Jon Samwell 3dab5d5236 chore(lib): relaxed package constraints to accomodate older versions of Flutter 2019-09-18 16:56:01 +10:00
Jon Samwell 3cac663953 chore(lib): fixed package constraints so older versions of Flutter are compatible 2019-09-18 16:47:19 +10:00
Jon Samwell 4e0ceb3843 chore(lib): updated libs 2019-09-18 13:43:38 +10:00
Jon Samwell 6db005658e feat(config): adding option to defined the working directory for the process that runs the app under test 2019-09-03 17:39:44 +10:00
Jon Samwell e721699f13 chore(lib): updated to latest dart_gherkin library
test(example): added scenario outline example
chore(lib): bumped version
2019-08-25 08:56:46 +10:00
Jon Samwell 8b82429da8 chore(release): updated dart_gherkin lib 2019-08-23 22:22:37 +10:00
Jon Samwell 5ea4e7ffe2 feat(utils): added ability to restart the app during a test 2019-08-21 11:38:07 +10:00
Jon Samwell d1e5813bcd chore(libs): updated to latest gherkin lib 2019-07-12 03:23:06 +10:00
Jon Samwell 704b7f9cf2 feat(screenshots): added ability to include a pre-defined hook that attached screenshot to the world if a step fails 2019-06-21 08:14:51 +10:00
Jon Samwell 98c956bc18 fix(lint): removed invalid override decorator 2019-06-05 12:06:42 +10:00
Jon Samwell 093f1747da chore(lint): fixed linting errors 2019-06-05 11:56:11 +10:00
Jon Samwell fe20dd9cdc feat(runner): app is not hot reloaded to increase testing speed
feat(build): no-build and flavor options now work
chore(lib): upgraded to v1 of dart_gherkin
2019-06-05 11:00:41 +10:00
Jon 2b904ab4e6 feat(gherkin): removed the Gherkin implementation and now rely on the abstracted gherkin library 'https://github.com/jonsamwell/dart_gherkin'
chore(docs): updated docs
2019-04-23 20:29:24 +10:00
Jon 14eb8e1ab7 docs(changelog): updated with latest PR functionality
chore(lint): ran linter and formatter
2019-03-07 22:02:25 +11:00
Jon Samwell 6e82b95d09 chore(lint): fixed package lint errors 2019-02-06 14:23:28 +11:00
Jon Samwell 2aa36b5aa1 chore(linting): update code to pass stricter linting rules 2019-02-06 13:25:19 +11:00
Jon Samwell 6241b9720a fix(steps): ensured well known flutter test action timeout duration is shorter then the step timeout duration
fix(reporter): ensured summary reporter reports failure reason
2018-11-01 19:11:33 +11:00
Jon Samwell 31cbf8a07b chore(example): updated custom parameter example and added example feature to demo it 2018-11-01 11:57:36 +11:00
Jon Samwell 8d407fd9d4 chore(release): updated chagelog 2018-11-01 09:42:24 +11:00
Jon Samwell 8e425e2755 feat(reporter): add a test run summary reporter
fix(example): fixed up glob pattern in example
2018-11-01 09:33:26 +11:00
Jon Samwell 07472daaf1 docs(example): added quick start steps in the example app readme 2018-10-31 16:01:55 +11:00
Jon Samwell c8b951f720 chore(changelog): updated changelog 2018-10-29 17:26:54 +11:00
Jon Samwell 9d9aa6c7c5 test(config): Added more tests around `FlutterTestConfiguration` to ensure pre-defined steps are always added 2018-10-29 16:44:09 +11:00
Jon Samwell 8b5ab413c1 chore(version): updated version 2018-10-29 16:31:24 +11:00
Jon Samwell afb6677eff feat(steps): add more pre-defined steps and more Flutter driver utility methods 2018-10-29 16:29:11 +11:00
Jon Samwell a99e79938f chore(dependencies): fixed up dependencies 2018-10-29 14:08:23 +11:00
Jon Samwell 23055b4092 initial commit 2018-10-26 21:09:22 +11:00