This repository was archived by the owner on Sep 25, 2024. It is now read-only.
1.3.0
Added
- Build of complete maven artefact since
vars
andresources
were missing on maven central - Introduced
YamlLibraryResource
- Allow passing of configuration Map to test scripts in
LibraryIntegrationTestBase.loadAndExecuteScript(...)
Fixes
- Fixed / ignored findbugs issues
Updates
- Documentation
- Reenabled findbugs
- Optimized loading and executing of test scripts with and without parameters
- Minor changes to travis build
- When a resource is mocked via
DslMock.mockResource
this resource will overwrite all located/existing testresources with the same name
Removed
- maven changes plugin from build process, since it is not used