Skip to content

Commit b3dba26

Browse files
extent report
1 parent cd499d8 commit b3dba26

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/test/java/testEndPoints/MobileStoreEndPointTests.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import com.aventstack.extentreports.markuputils.MarkupHelper;
1717
import com.github.javafaker.Faker;
1818

19+
import io.restassured.internal.path.json.mapping.JsonObjectDeserializer;
1920
import io.restassured.response.Response;
2021
import mobileStoreEndPoints.mobilestoreEndPoints;
2122
import payload.Products;
@@ -61,8 +62,8 @@ public void testRegisterUser() throws IOException {
6162
userpayload.setPassword(faker.internet().password());
6263
loger.log(Level.INFO, "*****User Payload Created *****");
6364

64-
System.out.println(userpayload);
65-
/*
65+
66+
6667
Response response = mobilestoreEndPoints.registerUser(userpayload);
6768
response.then().log().all();
6869
response.then().statusCode(200);
@@ -82,7 +83,7 @@ public void testRegisterUser() throws IOException {
8283
extentTest.info("Response body:");
8384
extentTest.log(Status.PASS,MarkupHelper.createCodeBlock(response.asPrettyString(), CodeLanguage.JSON));
8485

85-
*/
86+
8687
}
8788

8889

Binary file not shown.

0 commit comments

Comments
 (0)