Skip to content

Commit 6586656

Browse files
committed
BanjaraRide
1 parent e20f743 commit 6586656

46 files changed

Lines changed: 24 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/.classpath

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -22,6 +23,7 @@
2223
<attributes>
2324
<attribute name="test" value="true"/>
2425
<attribute name="maven.pomderived" value="true"/>
26+
<attribute name="optional" value="true"/>
2527
</attributes>
2628
</classpathentry>
2729
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
@@ -36,5 +38,22 @@
3638
</classpathentry>
3739
<classpathentry kind="lib" path="C:/jar_files.zip"/>
3840
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
41+
<classpathentry kind="src" path="target/generated-sources/annotations">
42+
<attributes>
43+
<attribute name="optional" value="true"/>
44+
<attribute name="maven.pomderived" value="true"/>
45+
<attribute name="ignore_optional_problems" value="true"/>
46+
<attribute name="m2e-apt" value="true"/>
47+
</attributes>
48+
</classpathentry>
49+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
50+
<attributes>
51+
<attribute name="optional" value="true"/>
52+
<attribute name="maven.pomderived" value="true"/>
53+
<attribute name="ignore_optional_problems" value="true"/>
54+
<attribute name="m2e-apt" value="true"/>
55+
<attribute name="test" value="true"/>
56+
</attributes>
57+
</classpathentry>
3958
<classpathentry kind="output" path="target/classes"/>
4059
</classpath>

.gitignore renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/.gitignore

File renamed without changes.

.project renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/.project

File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.apt.aptEnabled=true
3+
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4+
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations

.settings/org.eclipse.jdt.core.prefs renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ org.eclipse.jdt.core.compiler.compliance=1.8
44
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
55
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
66
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
7+
org.eclipse.jdt.core.compiler.processAnnotations=enabled
78
org.eclipse.jdt.core.compiler.release=disabled
89
org.eclipse.jdt.core.compiler.source=1.8

.settings/org.eclipse.m2e.core.prefs renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/.settings/org.eclipse.m2e.core.prefs

File renamed without changes.

chromedriver.exe renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/chromedriver.exe

File renamed without changes.

extent.properties renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/extent.properties

File renamed without changes.

pom.xml renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/pom.xml

File renamed without changes.

src/main/java/Demo/appiumFramework/Capability_Ride.java renamed to BanjaraRide_MobileApp_Testing--With_Appium_.Java/src/main/java/Demo/appiumFramework/Capability_Ride.java

File renamed without changes.

0 commit comments

Comments
 (0)