Releases: mytarget-test-team/seismograph
Releases · mytarget-test-team/seismograph
0.4.10 released
- Call to finish method from steps case when exception was raised
0.4.9 released
- added assertion.dates_not_equal
0.4.8 released
- upgrade date utils
- bug fixes
0.4.1 Released
- Fix assertion response method when jsonschema isn't found and json data is list
0.4.0 Released
- Add support for seisma analytic system
- Was changed signature for layers of runnable objects
- Add response method to assertion object. You can do useful check responses for json REST API with that method.
0.3.24 Released
- MOCKER_EX: add get_current_url and get_current_static_url functions to facade of lib
0.3.23 released
- MOCKER_EX: added settings for static storage
0.3.22 released
- add require param to program, that fix bug on teardown method when called ext method
0.3.21 relaesed
- SELENIUM_EX: add IGNORE_STALE_ELEMENT to config. It will ignore StaleElementReferenceException on base actions if True
0.3.20 relaesed
- BUILDER_EX: rename require to required param on factory method signature
- add dateutils module
- Refactoring for script object
- SELENIUM_EX: add entries param to assertion.text_exist method