bachhavdipak

Results 5 issues of bachhavdipak

I am using serenity with junit5 and Gradle. I am trying to run the failed scenario using the below dependency. testImplementation group: 'io.github.artsok', name: 'rerunner-jupiter', version: '2.1.6' But failed to...

I am trying to run my automation test using java-client:8.0.0 beta version on a experitest cloud platform but while running the test getting the below issue. Code: ``` protected IOSDriver...

Getting below exception while comparing images. ``` TestEngine with ID 'junit-jupiter' failed to execute tests org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to execute tests at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:114) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)...

I am trying to access my rest api using below code but getting below error: ``` try { RequestSpecBuilder reqSpecBuilder = new RequestSpecBuilder(); reqSpecBuilder.addFormParam("grant_type", "password"); reqSpecBuilder.addFormParam("username", "[email protected]"); reqSpecBuilder.addFormParam("password", "sdfsdewr4"); reqSpecBuilder.addFormParam("scope",...

0 I am trying to use lighthouse with my playwright cucumber project but getting below error:: .F--. Failures: 1) Scenario: Evaluate the performance of the homepage # src\test\features\ecomm\lighthouse.feature:4 √ Before...