readme.md added

This commit is contained in:
2024-07-22 13:43:49 +01:00
parent 59c657eb05
commit 983c79e9ad

View File

@@ -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() {