Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Develop (#67) * Framework refactored. * Updated config. * Added funding details. * Update issue templates * Issue 55 (#62) * Added annotation @find and modified login page for new page factory. * Updated page factory annotation. * Updated config for headless mode. * Updated:- Listener to log exceptions correctly. - Added logging to page factory. * Updasted dependencies and fixed dependency breaking changes. * Reverted page factory changes. * Driver and DriverAction interfaces further modularized. * Added support for Selenium WebDriver 4.0-alpha 2 * Updating Readme. * Updated Readme, some work is pending. * Updated Readme and removed unnecessary comments from test. * Updated Readme. * Added iFrame support. * Updated readme as per suggesstion. * Updated for getting first frame. * Released v-2.0.0 * Updated Readme. * Updated CircleCI config to run analysis on each branch. * Release for v-2.1.0-Beta (#81) * Framework refactored. * Updated config. * Added funding details. * Update issue templates * Issue 55 (#62) * Added annotation @find and modified login page for new page factory. * Updated page factory annotation. * Updated config for headless mode. * Updated:- Listener to log exceptions correctly. - Added logging to page factory. * Updasted dependencies and fixed dependency breaking changes. * Reverted page factory changes. * Driver and DriverAction interfaces further modularized. * Added support for Selenium WebDriver 4.0-alpha 2 * Updating Readme. * Updated Readme, some work is pending. * Updated Readme and removed unnecessary comments from test. * Updated Readme. * Added iFrame support. * Updated readme as per suggesstion. * Updated for getting first frame. * Fixed #77, added wait strategy concept, default will be NONE. * Updated BrowserPage for new method implementation. * Added Safari browser support. * Added OS condition to fail for non-Mac platforms. * Updated Readme (#80) * Released v-2.1.0-beta1. * Released v-2.1.0 * Prepare for Release of v3.0.0 (#102) * Framework refactored. * Updated config. * Added funding details. * Update issue templates * Issue 55 (#62) * Added annotation @find and modified login page for new page factory. * Updated page factory annotation. * Updated config for headless mode. * Updated:- Listener to log exceptions correctly. - Added logging to page factory. * Updasted dependencies and fixed dependency breaking changes. * Reverted page factory changes. * Driver and DriverAction interfaces further modularized. * Added support for Selenium WebDriver 4.0-alpha 2 * Updating Readme. * Updated Readme, some work is pending. * Updated Readme and removed unnecessary comments from test. * Updated Readme. * Added iFrame support. * Updated readme as per suggesstion. * Updated for getting first frame. * Fixed #77, added wait strategy concept, default will be NONE. * Updated BrowserPage for new method implementation. * Added Safari browser support. * Added OS condition to fail for non-Mac platforms. * Updated Readme (#80) * Fixed #87, added isRunning method to IServiceAction interface. * Fixed #86, added new methods for saveScreenshots. * Fixed #84 by adding new methods for finding on element with wait strategy. (#92) * Fixed #85, updated method find and finds. (#94) * WebDrivermanager version (#95) * Issue 88 (#96) * #88: Refactored the code base and many breaking changes done. * #88: Fixed issue with find and finds method. * #88: Refactoring done for the find method failure. * #88: code formatted with Eclipse. * #13: Added support for BrowserStack. (#97) * #13: Added support for BrowserStack and SauceLabs. Working for BrowserStack. * CircleCI config updated with BrowserStack related tests. * Added talisman ignore file. * Updated Config util to load settings each time it's called. * #93 is fixed, added driver specific settings. (#98) * Readme (#99) * Updated Readme. * Updated talisman ignore file. * Updated readme. * Run config updated. * Selenium Grid support. (#101) * Updated CircleCI config file for Selenium Grid. * Added coteafs-listener for better CI logs debugging. * Added attach workspace setting for Grid execution. * Updated Browser class to run on grid. * Updated Readme. * Updated dependency. * Removed redundand tests. * Released v3.0.0-beta1 * [ci skip] updated readme code snippet. * Release v-3.1.0 preparation (#117) * Framework refactored. * Updated config. * Added funding details. * Update issue templates * Issue 55 (#62) * Added annotation @find and modified login page for new page factory. * Updated page factory annotation. * Updated config for headless mode. * Updated:- Listener to log exceptions correctly. - Added logging to page factory. * Updasted dependencies and fixed dependency breaking changes. * Reverted page factory changes. * Driver and DriverAction interfaces further modularized. * Added support for Selenium WebDriver 4.0-alpha 2 * Updating Readme. * Updated Readme, some work is pending. * Updated Readme and removed unnecessary comments from test. * Updated Readme. * Added iFrame support. * Updated readme as per suggesstion. * Updated for getting first frame. * Fixed #77, added wait strategy concept, default will be NONE. * Updated BrowserPage for new method implementation. * Added Safari browser support. * Added OS condition to fail for non-Mac platforms. * Updated Readme (#80) * Fixed #87, added isRunning method to IServiceAction interface. * Fixed #86, added new methods for saveScreenshots. * Fixed #84 by adding new methods for finding on element with wait strategy. (#92) * Fixed #85, updated method find and finds. (#94) * WebDrivermanager version (#95) * Issue 88 (#96) * #88: Refactored the code base and many breaking changes done. * #88: Fixed issue with find and finds method. * #88: Refactoring done for the find method failure. * #88: code formatted with Eclipse. * #13: Added support for BrowserStack. (#97) * #13: Added support for BrowserStack and SauceLabs. Working for BrowserStack. * CircleCI config updated with BrowserStack related tests. * Added talisman ignore file. * Updated Config util to load settings each time it's called. * #93 is fixed, added driver specific settings. (#98) * Readme (#99) * Updated Readme. * Updated talisman ignore file. * Updated readme. * Run config updated. * Selenium Grid support. (#101) * Updated CircleCI config file for Selenium Grid. * Added coteafs-listener for better CI logs debugging. * Added attach workspace setting for Grid execution. * Updated Browser class to run on grid. * Updated Readme. * Updated dependency. * Removed redundand tests. * Updated Selenium version to latest stable release. (#108) * Updated outdated coteafs dependencies. (#109) * Updated outdated dependencies of other coteafs modules. Also corrected code style as per checkstyle reporter. * Updated talisman config. * Added new listeners to testng.xml files. * Updated config paths. * Updated grid capabilities for latest chrome. * Issue 100 (#110) * Fixed #100: Added Element alias. * Updated logs for Alert and screen resolution. * Added Session management feature with Parallel support. (#112) * Added session to manage the Driver within Threads. * Corrected logging of alerts. * Updated Page Action base to use current session context. * Fixed checkstyle issue. * Fixes #23: Added page transition support to page classes. (#113) * Fixes #23: Added page transition support to page classes. * Updated for replacing Logger with Loggy. * Fixes #107: Added support for video recording. (#114) * Fixes #107: Added support for video recording. * Changes done as per review comments. * Fixed logging issue for alert. * Fixes #111: Added delay after frame switch and window switch. (#115) * Integration with ReportPortal changes is in progress. (#116) * Integration with ReportPortal changes is in progress. * Updated dependencies to use ReportPortal directly. * Refactoring done. * Updated config file. * Deleted RP config file. * Updated testng file to remove RP listener.. * Fixed sonar issues. * Fixed test failure issue. * Fixed test failure issue for grid and BrowserStack. * Fixed review comments. * Updated README for new changes. * Released v-3.1.0
- Loading branch information