Skip to content

Commit 9a4cb82

Browse files
committed
Merge branch 'master' of github.com:bliblidotcom/cucumber-serenity-testlink-integration
2 parents 5677e9c + 63829ea commit 9a4cb82

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

README.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Add this in your ```pom.xml```
1616
```xml
1717
<plugins>
1818
...........Your Other Plugin.......
19-
<plugin>
20-
<groupId>com.blibli.oss.qa.util</groupId>
21-
<artifactId>cucumber-serenity-testlink-integration</artifactId>
22-
<version>${serenity.testlink.integration.version}</version>
23-
<executions>
24-
<execution>
25-
<phase>post-integration-test</phase>
26-
<goals>
27-
<goal>testlink-serenity</goal>
28-
</goals>
29-
<configuration>
30-
<testlinkURL>[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL>
31-
<devKey>Your Testlink Dev Key</devKey>
32-
<projectName>Your Project Name in testlink (Ex Finance , Android Apps)</projectName>
33-
<testPlanName>Your Test Plan Name</testPlanName>
34-
<buildName>Your Build Name in Your Test Plan Name</buildName>
35-
<platformName>Your Platform Name(Optional)</platformName>
36-
</configuration>
37-
</execution>
38-
</executions>
39-
</plugin>
19+
<plugin>
20+
<groupId>com.blibli.oss.qa.util</groupId>
21+
<artifactId>cucumber-serenity-testlink-integration</artifactId>
22+
<version>4.0.0</version>
23+
<executions>
24+
<execution>
25+
<phase>post-integration-test</phase>
26+
<goals>
27+
<goal>testlink-serenity</goal>
28+
</goals>
29+
<configuration>
30+
<testlinkURL>[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL>
31+
<devKey>Your Testlink Dev Key</devKey>
32+
<projectName>Your Project Name in testlink (Ex Finance , Android Apps)</projectName>
33+
<testPlanName>Your Test Plan Name</testPlanName>
34+
<buildName>Your Build Name in Your Test Plan Name</buildName>
35+
<platformName>Your Platform Name(Optional)</platformName>
36+
</configuration>
37+
</execution>
38+
</executions>
39+
</plugin>
4040
...........Your Other Plugin.......
4141
</plugins>
4242
```
@@ -46,12 +46,11 @@ Don't Forget to add our blibli.com Open Source Plugin Repository
4646
<pluginRepositories>
4747
................... Your other plugin Repositories .............
4848
<pluginRepository>
49-
<snapshots>
50-
<enabled>false</enabled>
51-
</snapshots>
52-
<id>bintray-bliblidotcom-maven</id>
53-
<name>bintray</name>
54-
<url>https://dl.bintray.com/bliblidotcom/maven</url>
49+
<snapshots>
50+
<enabled>false</enabled>
51+
</snapshots>
52+
<id>jitpack.io</id>
53+
<url>https://jitpack.io</url>
5554
</pluginRepository>
5655
```
5756

0 commit comments

Comments
 (0)