Skip to content

Commit

Permalink
Fixing Path
Browse files Browse the repository at this point in the history
  • Loading branch information
argotriwidodo committed Mar 10, 2020
1 parent c8b4fe9 commit d35d6a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/com/gdn/qa/util/TestReadTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.junit.Test;

public class TestReadTags {
@Test
/* @Test
public void testCucumberFromFolder() throws Exception {
String testlinkURL = "https://testlink.gdn-app.com/lib/api/xmlrpc/v1/xmlrpc.php";
String devKey = "aa0eb2386227576295d65b753ab60a5f";
Expand All @@ -23,7 +23,7 @@ public void testCucumberFromFolder() throws Exception {
BadakReporter.getReader(SupportedReports.CUCUMBER, testLinkData, cucumberPath)
.writeToTestLink();
}

*//*
@Test
public void testCucumberWithBackground() throws Exception {
String testlinkURL = "https://testlink.gdn-app.com/lib/api/xmlrpc/v1/xmlrpc.php";
Expand All @@ -41,7 +41,7 @@ public void testCucumberWithBackground() throws Exception {
.setPlatFormName(platformName);
BadakReporter.getReader(SupportedReports.CUCUMBER, testLinkData, cucumberPath)
.writeToTestLink();
}
}*//*
@Test
public void testCucumberWithFailure() throws Exception {
Expand Down Expand Up @@ -80,6 +80,6 @@ public void testCucumberHuge() throws Exception {
.setPlatFormName(platformName);
BadakReporter.getReader(SupportedReports.CUCUMBER, testLinkData, cucumberPath)
.writeToTestLink();
}
}*/

}

0 comments on commit d35d6a0

Please sign in to comment.