testng
Here are 697 public repositories matching this topic...
-
Updated
Jul 10, 2020 - Java
Describe the solution you'd like
Various changes to the a project that utilizes the Carina Framework for testing seems to have disabled or overridden the log4j logging options with no changes being applied to the maven carina template supplied files. If there was a documented class that could be used for a debugging entry point we (QA Test devs) can follow the process from the onset and iden
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 there is no JsonException in selenium-remote-driver 3.7.1
Steps to Reproduce
- write one ios case:
. Currently, it will just fail without any readable note.
Value
It
Hi,
I'm trying the remote recording using the documentation example.
`@BeforeClass
public void setUp() throws Exception {
URL hubUrl = new URL("http://localhost:4444/wd/hub");
driver = new RemoteWebDriver(hubUrl, DesiredCapabilities.firefox());
String nodeIp = GridInfoExtractor.getNodeIp(hubUrl, driver.getSessionId().toString());
VideoRecorder
Pom.xml configured via documentation https://docs.qameta.io/allure/#_maven_3.
When I run test via "mvn test" all works fine.
But I would build jar of test project then extract it on slaves and run tests via command "java org.testng.TestNG suite.xml"
Current result
Test report generates but test body is missed.
.haveText(String expectedText)
haveText check that text of element equals to expected text, but what we don't have is the one which is check that element contain some text
Improve this page
Add a description, image, and links to the testng topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the testng topic, visit your repo's landing page and select "manage topics."

TestNG Version [Latest]
Hi , So far the test ng documentation looks like that of 80s. A new documentation portal is much required which shall have following benefits
and much more
cc: @krmahadevan