Skip to content
#

testng

Here are 920 public repositories matching this topic...

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
zpaya
zpaya commented Sep 8, 2021

When directly running Scenario from LoginTest.feature file, then getting below error

"C:\Program Files\Java\jdk-16.0.1\bin\java.exe" -Dorg.jetbrains.run.directory=E:\Working\droid\MobileAutomationFramework\src\test\java\tests\cucumberTests\features -javaagent:E:\Software\dev\ideaIC-2021.2.1.win\lib\idea_rt.jar=61892:E:\Software\dev\ideaIC-2021.2.1.win\bin -Dfile.encoding=UTF-8 -classpath
SHAFT_ENGINE
MahmoudElSharkawy
MahmoudElSharkawy commented Dec 13, 2020

When creating a new SHAFT_Engine maven project, the Properties folder is generated under the src/test/resources folder.

Steps To Reproduce:

  1. Create a new SHAFT_Engine maven project
  2. Check the src/test/resources folder
  3. We can see that the Properties folder is generated in the above path

Expected behavior: The Properties folder should be generated under src/main/resources fol

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