prodigyqa icon indicating copy to clipboard operation
prodigyqa copied to clipboard

Unified Test Automation Framework in Python

Results 14 prodigyqa issues
Sort by recently updated
recently updated
newest added

Added cookie method, modified constructor so that it takes arguments now and handling custom driver object if passed as an argument while object creation. fixed typo mistake in logging for...

``` ==================================== ERRORS ==================================== _______________ ERROR collecting Examples/sampleseleniumtest.py ________________ sampleseleniumtest.py:3: in from imgqa import BrowserActions ../imgqa/__init__.py:3: in from imgqa.browseractions import BrowserActions # noqa ../imgqa/browseractions.py:32: in class BrowserActions(unittest.TestCase): ../imgqa/browseractions.py:107: in BrowserActions...

bug
backlog

Current Examples have been dumped into one folder, while it could be done in a better way of grouping things and tests (though duplicated can be part of different folder)....

Objective of this is to Link Object Repository for 1. JSON 2. Yaml 3. Excel to handle/fix duplicates in object repository. For eg., When two objects one with locator value,value...