patrol_log 0.3.0
patrol_log: ^0.3.0 copied to clipboard
Log package for Patrol, a powerful Flutter-native UI testing framework.
0.3.0 #
- Remove
exception
fromStepEntry
. When it was too long, it caused crash because of badly formed JSON. (#2481)
0.2.2 #
- Don't pass
ConfigEntry
on start, if it's empty. (#2466)
0.2.1 #
- Fix skipping first word in started TestEntry. (#2433)
0.2.0 #
- Fix report path when path contain spaces. (#2426)
- Fix path to the test file on the failed test list in summary. (#2426)
- Add
ConfigEntry
. (#2426)
0.1.0 #
- Add option to not clear test steps.
- Display test path only in finished test logs.
0.0.1+2 #
- Remove flutter from dependencies.
0.0.1+1 #
- Reset step counter in develop.
0.0.1 #
- Initial release as a standalone package.