Skip to content

Releases: agramian/selenium-unittest

v0.2.3

27 Oct 22:32
Compare
Choose a tag to compare
  • removed unused shell package dependency

v0.2.2

30 Sep 00:56
Compare
Choose a tag to compare
  • added test for example usage

v0.2.1

29 Sep 23:22
Compare
Choose a tag to compare

fixed test import failure exception raising

  • was still printing “no tests found” error rather than actual error on
    import failures

v0.2.0

29 Sep 23:01
Compare
Choose a tag to compare
  • raise error details on test discovery failure

v0.1.3

29 Sep 20:40
Compare
Choose a tag to compare
  • removed web drivers from package so users can specify directly
  • corrected directory determination for selenium.cfg and result screenshots
  • removed unused subprocess_manager reference and import
  • added missing get_function_args method which is necessary for the
    store_class_fields helper
  • removed extra arg in store_class_fields calls
  • implemented ability to specify web driver path
  • added command line arguments for receiving web driver path
  • implemented use of web drive path argument
  • updated default test_dir and results_dir paths
  • screenshot dir and web driver path variables are written to selenium
    cfg file for use by the test manager

v0.1.2

29 Sep 01:18
Compare
Choose a tag to compare
  • corrected/improved path handling for test runner

v0.1.1

29 Sep 00:28
Compare
Choose a tag to compare
  • modified setup.cfg and setup.py to work out markdown readme display issues on PyPI by converting to rst format on upload

First release

28 Sep 22:20
Compare
Choose a tag to compare
  • adding tag/release to allow submitting to PyPI