Skip to content

Commit a2a6d4a

Browse files
author
japneet
committed
updated report & more scenarios
1 parent 1f46d5c commit a2a6d4a

File tree

70 files changed

+2812
-6
lines changed

Some content is hidden

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

70 files changed

+2812
-6
lines changed

.idea/compiler.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 235 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,34 @@
4242
</dependency>
4343

4444

45+
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
46+
<dependency>
47+
<groupId>com.fasterxml.jackson.core</groupId>
48+
<artifactId>jackson-databind</artifactId>
49+
<version>2.13.4.2</version>
50+
</dependency>
51+
52+
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
53+
<dependency>
54+
<groupId>commons-io</groupId>
55+
<artifactId>commons-io</artifactId>
56+
<version>2.11.0</version>
57+
</dependency>
58+
59+
<!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
60+
<dependency>
61+
<groupId>com.aventstack</groupId>
62+
<artifactId>extentreports</artifactId>
63+
<version>5.0.9</version>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.testng</groupId>
67+
<artifactId>testng</artifactId>
68+
<version>6.14.3</version>
69+
<scope>compile</scope>
70+
</dependency>
71+
72+
4573
</dependencies>
4674

4775
<build>

0 commit comments

Comments
 (0)