Skip to content
#

testng

Here are 697 public repositories matching this topic...

sspieker-cc
sspieker-cc commented May 14, 2019

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

goodsophia
goodsophia commented Apr 19, 2019

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

  1. write one ios case:
    ![image](https://user-images.githubusercontent.com
maksimsarychau
maksimsarychau commented Feb 13, 2020

Description
History logs about changing status for the test should be useful.
Who and when marking it as Passed, linked an issue, etc.
Also, it will be useful to see how many retries have been done to get the current result.

And adding the possibility to mark test for an update. (test case or design was changed). Currently, it will just fail without any readable note.

Value
It

danielshama
danielshama commented Nov 5, 2017

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
shynkevichalex
shynkevichalex commented Dec 4, 2018

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.
![image](https://user-images.githubusercontent.com/44173756/49470112-35c8f

sbabcoc
sbabcoc commented Dec 20, 2017

Element references returned by JavaScript functions are native WebElement objects, which means that we have no automatic recovery if references go stale. We should provide methods to enable implementers to wrap returned references in RobustWebElement objects.

This is especially useful for JavaScript functions that return lists of references. For this scenario, clients would supply the list of e

grasbergerm
grasbergerm commented Aug 1, 2019

Right now, the service level calls are using HttpURLConnection. HttpURLConnection provides a blank slate to make a request with few default values. Session values are not preserved by default, so this means manually setting an x-auth-token or JSESSIONID when authenticating and making a request to another endpoint behind authentication.
There are many libraries for Java that will preserve a sessio

Improve this page

Add a description, image, and links to the testng topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testng topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.