v1.1.25-rc.3: Release of 1.1.25-rc.3
YamStranger
released this
18 Feb 18:08
·
4225 commits
to main
since this release
Pull requests:
- #271 #268 Fix issue with custom step name when a method parameter contains with comma (@ovenal)
- #270 BrowserMob Proxy, updated to use the new browsermob-core-littleproxy embedded mode (@slawert)
- #266 Updated org.gradle.workers.max value to reduce memory usage (@YamStranger)
- #263 Updating config to build subprojects in parallel (@YamStranger)
- #258 Updating core to support report generation for multimodule projects with gradle/mvn (@YamStranger)
Commits:
- 0a8a185 chore: updated build to enable paralell build (@YamStranger)
- 12b5943 chore: updated org.gradle.workers.max value to reduce memory usage during build (@YamStranger)
- 2462460 fix: updated build task dependecies (@YamStranger)
- 36225a5 fix: report generation for multimodule builds (@YamStranger)
- 418d37c chore: updated org.gradle.workers.max value to reduce memory usage during build (@YamStranger)
- 42be3ba Browsermob update: using browsermob-core-littleproxy instead of old browsermob-proxy (@slawert)
- 530450b fix: updated resolution of output dir based on gradle/maven module (@YamStranger)
- 60b1b99 Fine-tuned the soft-assert tests and minor reporting bug fix. (@wakaleo)
- 864c00c delted maven repo from build.gradle (@slawert)
- 89eebf5 fix: serenity.properties can be located not in workin dir, but in gradle/maven module folder (@YamStranger)
- 9d04622 fix: customized step title if some parameter contains comma character (@ovenal)
- 9d6e27d chore: updated org.gradle.workers.max value to reduce memory usage during build (@YamStranger)
- adc66f3 added a test to check the test report output; updated previously failed tests for customized step title (@ovenal)
- af3562d updated existing tests after changes in ExecutedStepDescription class (@ovenal)
- c47b69d chore: build test parallel execution enabled (PerCore) (@YamStranger)
- c9c9e1b chore: turn off parallel execution of submodules (@YamStranger)
- e25d548 added the tests to cover storing arguments list in ExecutedStepDescription class (@ovenal)
- f973f15 fix: updated plugin to get serenity.properties from current module build dir (@YamStranger)