Installation

Install Python 3.6 or later, if you don’t already have it.

Install automation-sniper:

$ pip3 install automation-sniper

Validate your installation:

Now it is time to create your first framework from API Specs!

Note

If you have any issues installing, check the stackoverflow for possible solutions.

Pre-release builds

If you need the latest and greatest version of automation-sniper and cannot wait for the next proper release, you can install a dev build like this:

$ pip3 install automation-sniper==dev

Pre-release builds are published every time a branch/PR is merged into master.