From 983c79e9ad42aaf69a7587537ba15ce7053e5824 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Mon, 22 Jul 2024 13:43:49 +0100 Subject: [PATCH] readme.md added --- src/test/kotlin/org/example/Tests.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/kotlin/org/example/Tests.kt b/src/test/kotlin/org/example/Tests.kt index 57e224b..1f2068f 100644 --- a/src/test/kotlin/org/example/Tests.kt +++ b/src/test/kotlin/org/example/Tests.kt @@ -162,6 +162,9 @@ class Tests : BaseNetworkTests() { ) } + /** + * 3. Delete one of the booking --> Log return status to same file + */ @Test() @Order(3) fun testScenarioThree() { @@ -192,6 +195,9 @@ class Tests : BaseNetworkTests() { ) } + /** + * 4. Present the data in log file as html report. + */ @Test() @Order(4) fun testScenarioFour() {