java-opensdk
java-opensdk copied to clipboard
TestProject Java OpenSDK
Hi, I'm trying to use the open sdk with Java 17 following the sample project and seeing the following error when the test starts locally. Is there any plan to...
[snyk](https://snyk.io/) reports that there are a few security issues in this repo, all of them have Hight level severity. Please upgrade following dependencies `org.springframework:spring-beans` Introduced through `io.testproject:[email protected]` Fixed in `org.springframework:[email protected],...
Hi Team, I was trying to setup testproject open sdk to run tests on browserstack cloud devices. I am able to run tests successfully on desktop browsers but when I...
1. Add Gradle's task to create a full jar file artifact. 2. Add GitHub actions to the workflow that uploading the following to the release artifacts: > Full jar file....
I have 2 classes with a few tests in each of them. when I'm running the single test from class 1, the test is passing But when I'm running the...
Adding logic to support Selenium 4 due to issue #167
Hello, I'm trying to run tests in parallel, please suggest the best way to do that. I was able to run it on Android devices using TestNG (few mobile devices...
- Upgrade java-client to support selenium 4. - Remove generic from drivers creation. - Change DesiredCapabilities objects to MutableCapabilities. - Change mobile elements objects to WebElement.
In the past all coded tests and addons were developed using the old java-sdk. Since then, test creation started using the java-openSDK. The OpenSDK should allow developing addons with it,...
In the Document , there is no information on how to enable screenshots for every step Instead of Documentation , my suggestion is make a youtube video on how to...