Bartosz Majsak
Bartosz Majsak
This issue is to gather important things to consider when moving to next majore Arquillian version. Please add more in the comments. - [ ] JUnit 5 - [ ]...
Tests which seems to be failing, but the build is still green. Full build log: https://gist.github.com/bartoszmajsak/d36878c50cb9dcb838c3f6cf50b12ccf
Bumping Drone to latest release (2.5.0) results in build failure (Opera driver is expected to run on JVM 8+, whereas JBoss AS 7 hangs the build if run using JDK...
We should add new containers to the mix to make sure it works in different environments. On top of that it would be great to use [Arquillian Chameleon](https://github.com/arquillian/arquillian-container-chameleon/) - this...
Current README is rather brief. Adding small code samples would make it more appealing to people who encounter this extension for the first time.
Functional test for Postman module is failing on Travis - we have to investigate why is it happening and how to fix it. At this moment the test is ignored...
We have blog posts which are not relese-related, eg #410. However our test suite verifies if each and every blog post has release notes, regardless of its type. This results...
This issue is intended to collect pain points of the current build process / stack so that we can plan and improve it.
Currently, in order to generate the whole content we have to invoke following steps: ``` awestruct -d awestruct --server -P production awestruct -P production --deploy ``` first two are rather...