gherkin_integration_test 0.0.4  gherkin_integration_test: ^0.0.4 copied to clipboard
gherkin_integration_test: ^0.0.4 copied to clipboard
A gherkin integration test framework based on flutter's official integration_test package.
0.0.4 #
- ⚠️ Breaking: Added the IntegrationMocksobject that gets passed around from your setup methods until your lastIntegrationStepto facilitate better mocks integration.
- ⚠️ Breaking: All set up methods (setUpEach,setUpOnce,tearDownEachandtearDownOnce) inside all parent classes (IntegrationTest,IntegrationFeatureandIntegrationScenario) will now have access to the newIntegrationMocksobject.
0.0.3 #
- ⚠️ Breaking: Replaces the resultparameter (nowbox) of theIntegrationStepCallbackwith an instance ofIntegrationBox. This will allow you to save multiple persistent values throughout a series of steps inside theboxinstead of passing around a maximum of one single value as aresultthrough multiple steps.
- ⚠️ Breaking: Removed the recently introduces extension methods for cast a result since resulthas now been replaces with the newIntegrationBoxwhich has this functionality built in.
0.0.2+3 #
- Added asTypeandasNullableTypeextension methods for easier usage of anIntegrationStep's result.
0.0.2+2 #
- 🐛️ Bugfix: Fix passing around result bug
0.0.2+1 #
- Fix readme
0.0.2 #
- ⚠️ Breaking: Added generic argument to scenario for easier example usage.
- Update readme
0.0.1+3 #
- Remove requiredfrom theIntegrationExample.valuesfield.
0.0.1+2 #
- Updated info icon.
0.0.1 #
- Initial release.