Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Invictum/invictum-test

Repository files navigation

Codacy Badge

Invictum Test

Enhanced version of Serenity TAF project.

Quick start

The easiest way to start with Invictum test framework is to use maven archetype. Just invoke command in terminal:

mvn archetype:generate -DarchetypeCatalog=https://oss.sonatype.org/content/groups/public/ -DarchetypeGroupId=com.github.invictum -DarchetypeArtifactId=invictum-junit-archetype -DarchetypeVersion=1.5

Project structure will be generated and ready for tests implementation. For now only jUnit style archetype is prepared, but it is also possible just to add maven dependency manually.

Please refer to Wiki section for more details.

Important notes

Starting from version 1.8 allure-invictum-integration module will not be supported anymore and scheduled for removal. Use serenity-allure-integration module instead.