This repository was archived by the owner on May 14, 2025. It is now read-only.
Tags: spring-attic/spring-cli
Tags
Use junit tags with tests - Remove "integrationTests" from build in favour of tagging tests - Only untagged tests are run by default, thought we can can modify default includeTags = ['none()'] if there's need to run some tags on default - Use -PcliIncludeTags=exp1,exp2 and/or -PcliExcludeTags=exp1,exp2 to manually define what tags to use - Also -PcliTestLogging which takes boolean and defaults to true if defined as it enables more verbose test logging - Added CliTags which should always have valid and expected tags having some defaults like; it, smoke, ai, github and gitlab - Fixes #197