-
Message is : [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\installed\apache-maven\bin\mvn.bat
Root cause is the executable in Maven 3.3.3…
-
From http://paypal.github.io/SeLion/html/documentation.html#android-native-page-yaml
This (corrected with ending `"` on locators) example PageYaml does not work
``` yaml
baseClass: "com.paypal.selio…
mach6 updated
9 years ago
-
When you session share for a `@MobileTest` the annotation is required with every `@Test` annotation. This is not the intended design and is not consistent with approach when session sharing a `@WebTes…
mach6 updated
9 years ago
-
``` shell
[ERROR] Failed to execute goal com.paypal.selion:SeLion-Code-Generator:1.0.0-SNAPSHOT:generate (default) on project Sample: Execution default of goal com.paypal.selion:SeLion-Code-Generator:…
-
The framework doesnt seem to handle the "Date" data type in ExcelDataProvider. I see the following error when trying to read a class that contains a field that belongs to "Date" type.
Below is the st…
-
If you run the following code, the `@WebTest` annotation parameters are ignored;
``` java
@WebTest(browser = "chrome", browserHeight = 640, browserWidth = 480, additionalCapabilities = { "version:41…
mach6 updated
9 years ago
-
With the recent changes to `SimpleLogger` (which is used by `SeLionLogger`) https://github.com/paypal/SeLion/commit/003b48052acddf8e7c3ba7f7499cbe893eda8b46 we have an opportunity to add a new configu…
mach6 updated
9 years ago
-
## Existing information at http://paypal.github.io/SeLion/html/documentation.html#selion-config
TestNG Suite file config value: customCapabilities
JVM argument config value: SELION_SELENIUM_CUSTOM…
-
In the latest version of SeLion there is a NullPointer exception showing up when the test session gets closed. This only occurs when the @BeforeMethod fails.
Exception:
```
07.28.2015 09:02:20.180,[…
-
![image](https://cloud.githubusercontent.com/assets/13569938/8980976/25774bb8-36e7-11e5-9e09-6b83f5fadf8d.png)
How to solve this issue?
07.30.2015 18:06:47.883,[1] com.paypal.selion 信息 Runtime Report…