SeLion
SeLion copied to clipboard
Enabling Test Automation in Java
Bumps poi from 3.6 to 4.1.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps xercesImpl from 2.11.0 to 2.12.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps httpclient from 4.5.3 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps commons-io from 2.5 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### SeLion Version 1.2.0 and 2.0 SNAPSHOT ### Component com.paypal.selion.internal.platform.asserts.SeLionAssertsListener ### Expected Behavior condition: 1.there a soft assertion failed. 2. throw another exception. e.g. SeLionAsserts.verifyTrue(false); throw new ElementNotVisibleException("cannot find element");...
### SeLion Version 2.0.0-SNAPSHOT ### Component ### Expected Behavior ios cases can be run on IOS(iphone:11.2,iphoneX) app ### Actual Behavior run cases on IOS(iphone:11.2,iphoneX) app, it throws NoClassDefFoundError, it seems...
### 1.20 ### Client Due some issue in the test case selenium session got terminated. SeLion is trying to take the screenshot for the session already terminated in SeleniumGridListener.afterInvokation(), so...
SeLion 1.0.0 - 1.2.0 Mobile `autoscreenshot` is the parameter that needs to be added in your suite file to record screen and you don't have to change anything in your...
### SeLion Version : 1.2.0 Testng version: 6.11 ### Component ### Expected Behavior -- results should show once. ### Actual Behavior -- results are showing twice in the report. ###...