Skip to content

Create smoke tests#55

Open
Pradhumn-1 wants to merge 8 commits into
masterfrom
create-smoke-tests
Open

Create smoke tests#55
Pradhumn-1 wants to merge 8 commits into
masterfrom
create-smoke-tests

Conversation

@Pradhumn-1
Copy link
Copy Markdown
Contributor

updated delete method from get , updated urls and fixed formatting.

Comment thread pom.xml Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/CustomerServiceTest.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/Get.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/endpoints/UserEndPoints.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/Get.java Outdated
Comment thread pom.xml Outdated
Comment thread pom.xml
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.1</version>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are still using version directly on this line, use property instead.
You defined properties on line 28 for this then don't use 5.3.1 directly here, refer to line 99 to understand how to use properties.

Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/payload/User.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/payload/User.java
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/CustomerServiceTest.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/Get.java Outdated
Comment thread tests/smoke-tests/src/main/java/com/techorgx/api/Get.java Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants