mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
readme.md added
This commit is contained in:
@@ -162,6 +162,9 @@ class Tests : BaseNetworkTests() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 3. Delete one of the booking --> Log return status to same file
|
||||||
|
*/
|
||||||
@Test()
|
@Test()
|
||||||
@Order(3)
|
@Order(3)
|
||||||
fun testScenarioThree() {
|
fun testScenarioThree() {
|
||||||
@@ -192,6 +195,9 @@ class Tests : BaseNetworkTests() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 4. Present the data in log file as html report.
|
||||||
|
*/
|
||||||
@Test()
|
@Test()
|
||||||
@Order(4)
|
@Order(4)
|
||||||
fun testScenarioFour() {
|
fun testScenarioFour() {
|
||||||
|
|||||||
Reference in New Issue
Block a user