Skip to content

STABLE v0.5.1

Compare
Choose a tag to compare
@netzulo netzulo released this 23 May 08:17
· 121 commits to master since this release

Install

from setup

  1. Clone project git clone https://github.com/netzulo/qacode
    2 Install from setup.py file python setup.py install

from pip

  1. Install from PIP package manager pip install qacode==0.5.1

Tests

from pytest

  1. Install pytest
  2. modify config to exec required tests
  3. Exec all tests with python setup.py pytest

from tox

  1. Install pytest
  2. modify config to exec required tests
  3. Exec all tests with tox

Version Notes

  • Added Headless mode for CHROME, FIREFOX, OPERA drivers
  • Removed PHANTOMJS driver, obsolete by selenium
  • Updated qatestlink to v0.0.8