-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the anax wiki!
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 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.
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.
Anax uses custom Annotations to remove any xml configuration or external testing framework dependencies. The annotations are described here: Anax Annotations