Skip to content

Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net).

License

Notifications You must be signed in to change notification settings

agrawalshreya10/arjuna

 
 

Repository files navigation

Arjuna

Arjuna

Arjuna is a Python based test automation framework developed by Rahul Verma. It is an open source, Apache Licensed software hosted on GitHub

Rahul has implemented smaller variants of features in Arjuna across frameworks and organizations, or given advise around it. However Arjuna being a generic library has the most complete implementation of his ideas, away from project specific contexts and constraints.

Arjuna uses pytest as its recommended test engine. Arjuna also provides its markup for some common use cases on top of pytest. If you like, you can make use of Arjuna with any other test engine or custom frameworks as well.

You'd need Python 3.5+ to make use of Arjuna.

Note: On Linux, the built-in Python3 build has issues with the Python's built-in enum module which is heavily used in Arjuna. One alternative is to install ActiveState Python on linux. Advanced users can go for installing a custom Python build.

Documentation

Arjuna documentation is integated with ReadTheDocs.

  • Documentation for the last released version
    • Release build goes through the existing tests and hence is better for production use than master branch.
  • Documentation for the latest master branch
    • Please note that the master branch is an active branch and can have untested code.
    • Contains the latest and greatest upcoming features and updates to existing ones.

About

Arjuna is a Python based test automation framework developed by Rahul Verma (www.rahulverma.net).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%