-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from virtualansoftware/excel-support
Excel support
- Loading branch information
Showing
18 changed files
with
356 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<artifactId>idaithalam-project</artifactId> | ||
<packaging>pom</packaging> | ||
<name>idaithalam-project</name> | ||
<version>1.1.4-SNAPSHOT</version> | ||
<version>1.1.5-SNAPSHOT</version> | ||
<url>https://virtualan.io</url> | ||
<scm> | ||
<connection>scm:git:ssh://[email protected]/virtualansoftware/idaithalam.git</connection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | ||
<suite name="End-2-End API automation Suite"> | ||
<test name="End-2-End API automation Suite"> | ||
<classes> | ||
<class name="io.virtualan.test.APITestWithExcelAsRunManager"> | ||
<methods> | ||
<include name="executeApiTests_1"/> | ||
<include name="executeApiTests_2"/> | ||
</methods> | ||
</class> | ||
</classes> | ||
</test> | ||
</suite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
samples/idaithalam-excel-apitesting/src/test/resources/post-request_without_param.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"category": { | ||
"id": 100, | ||
"name": "string" | ||
}, | ||
"id": 100, | ||
"name": "doggie", | ||
"photoUrls": [ | ||
"string" | ||
], | ||
"status": "available", | ||
"tags": [ | ||
{ | ||
"id": 0, | ||
"name": "string" | ||
} | ||
] | ||
} |
Binary file removed
BIN
-5.44 KB
samples/idaithalam-excel-apitesting/src/test/resources/virtualan_collection_pet.simple.xlsx
Binary file not shown.
Binary file added
BIN
+5.31 KB
samples/idaithalam-excel-apitesting/src/test/resources/virtualan_collection_testcase_0.xlsx
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+7.76 KB
samples/idaithalam-excel-apitesting/src/test/resources/virtualan_collection_testcase_4.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.