Skip to content
Thanos edited this page Oct 14, 2019 · 18 revisions

Welcome to the anax wiki!

What is Anax?

Origin: ἄναξ (pronounced: /á.naks/ → /ˈa.naks/ → /ˈa.naks/) is a Greek word meaning 'the Leader' or 'the King'. It is our intention to make Anax a leading software quality assurance framework.

Anax, explained

Anax is a testing framework that closely resembles JUnit and TestNG. It does not depend on any of those and prefers to be launched as a standalone, spring boot application. Check this youtube video for a quick overview of execution. Of course, you can always run anax projects within your maven build. Further details will be found in the wiki.

How to work with Anax

We have created a 10m quick guide. Read on Setting up an Anax project (10m guide)

For a more detailed and feature full explanation of what Anax is, you need to see the Anax explained page.

Technical Rundown of features

Anax uses custom Annotations to remove any xml configuration or external testing framework dependencies. The annotations are described here: Anax Annotations

Clone this wiki locally