citrus-admin
citrus-admin copied to clipboard
Citrus Administration Web UI
As a Developer I dont want that Citrus Admin will inject a maven connector dependency into my project. Therefore a java agent should be used instead, that will inject into...
As a user i dont want to get/see more than one (vertical) scrollbar in a single page (and no horizontals at all) Related Pages are: tests/editor/:name/design tests/editor/:name/sources tests/editor/:name/run tests/run configuration/spring-context...
Add automatic warnings for versions that do not meet requirements in Maven POM: citrus 2.6.x surefire 2.19.x failsafe 2.19.x maven 3.x
User should be able to rename a test case when opened. When the test is renamed all sources (.xml, .java) and Java class or method names have to be renamed,...
to be able to use feature branches introduce mvn jgitflow plugin
On client side we should cache the latest logging output so we keep the latest test run output. When changing pages logging output of latest test run should be kept...
### Problem In my test suite (`Citrus 2.7.1`, XML tests), I have disabled some tests via ```xml DISABLED ``` As expected, they are skipped by Citrus (not by TestNG or...
Clicking refresh crashes the app. ``` Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Fri Jul 14 19:20:23 EDT...
### Background By default, the maven failsafe plugin includes tests with the following naming schemes (see [documentation](http://maven.apache.org/components/surefire/maven-failsafe-plugin/examples/inclusion-exclusion.html)): ``` **/IT*.java - includes all of its subdirectories and all Java filenames that...
UI reads failsafe reports by default. Should also support surefire reports based on Maven test plugin setting