Test Configuration Manager Parent

A configuration manager tailored for functional testing with TestNG.

License

License

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

ch.racic.testing
ArtifactId

ArtifactId

test-configuration-manager-parent
Last Version

Last Version

0.16.0
Release Date

Release Date

Type

Type

pom
Description

Description

Test Configuration Manager Parent
A configuration manager tailored for functional testing with TestNG.
Project URL

Project URL

https://github.com/rac2030/TestConfigurationManager
Source Code Management

Source Code Management

https://github.com/rac2030/TestConfigurationManager

Download test-configuration-manager-parent

How to add to project

<!-- https://jarcasting.com/artifacts/ch.racic.testing/test-configuration-manager-parent/ -->
<dependency>
    <groupId>ch.racic.testing</groupId>
    <artifactId>test-configuration-manager-parent</artifactId>
    <version>0.16.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.racic.testing/test-configuration-manager-parent/
implementation 'ch.racic.testing:test-configuration-manager-parent:0.16.0'
// https://jarcasting.com/artifacts/ch.racic.testing/test-configuration-manager-parent/
implementation ("ch.racic.testing:test-configuration-manager-parent:0.16.0")
'ch.racic.testing:test-configuration-manager-parent:pom:0.16.0'
<dependency org="ch.racic.testing" name="test-configuration-manager-parent" rev="0.16.0">
  <artifact name="test-configuration-manager-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.racic.testing', module='test-configuration-manager-parent', version='0.16.0')
)
libraryDependencies += "ch.racic.testing" % "test-configuration-manager-parent" % "0.16.0"
[ch.racic.testing/test-configuration-manager-parent "0.16.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cm-config-for-unit-test
  • cm-core
  • maven-cm-plugin

TestConfigurationManager

A configuration manager tailored for functional testing with TestNG.

<dependency>
  <groupId>ch.racic.testing</groupId>
  <artifactId>test-configuration-manager</artifactId>
  <version>0.16.0</version>
</dependency>

There was no time for a special documentation yet, please take a look at the unit tests and use the javadoc as documentation.

Experimental property class generator with names constants

Note that this part is not completely finished and has no unit tests yet, hence extremely experimental ;-)

<dependency>
  <groupId>ch.racic.testing</groupId>
  <artifactId>cm-maven-plugin</artifactId>
  <version>0.16.0</version>
</dependency>

Versions

Version
0.16.0
0.15.0
0.14.0
0.13.2