Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bliblidotcom/cucumber-serenity-te…
Browse files Browse the repository at this point in the history
…stlink-integration
  • Loading branch information
argotri committed Apr 14, 2022
2 parents 5677e9c + 63829ea commit 9a4cb82
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ Add this in your ```pom.xml```
```xml
<plugins>
...........Your Other Plugin.......
<plugin>
<groupId>com.blibli.oss.qa.util</groupId>
<artifactId>cucumber-serenity-testlink-integration</artifactId>
<version>${serenity.testlink.integration.version}</version>
<executions>
<execution>
<phase>post-integration-test</phase>
<goals>
<goal>testlink-serenity</goal>
</goals>
<configuration>
<testlinkURL>[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL>
<devKey>Your Testlink Dev Key</devKey>
<projectName>Your Project Name in testlink (Ex Finance , Android Apps)</projectName>
<testPlanName>Your Test Plan Name</testPlanName>
<buildName>Your Build Name in Your Test Plan Name</buildName>
<platformName>Your Platform Name(Optional)</platformName>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.blibli.oss.qa.util</groupId>
<artifactId>cucumber-serenity-testlink-integration</artifactId>
<version>4.0.0</version>
<executions>
<execution>
<phase>post-integration-test</phase>
<goals>
<goal>testlink-serenity</goal>
</goals>
<configuration>
<testlinkURL>[Your Testlink URL]/lib/api/xmlrpc/v1/xmlrpc.php</testlinkURL>
<devKey>Your Testlink Dev Key</devKey>
<projectName>Your Project Name in testlink (Ex Finance , Android Apps)</projectName>
<testPlanName>Your Test Plan Name</testPlanName>
<buildName>Your Build Name in Your Test Plan Name</buildName>
<platformName>Your Platform Name(Optional)</platformName>
</configuration>
</execution>
</executions>
</plugin>
...........Your Other Plugin.......
</plugins>
```
Expand All @@ -46,12 +46,11 @@ Don't Forget to add our blibli.com Open Source Plugin Repository
<pluginRepositories>
................... Your other plugin Repositories .............
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-bliblidotcom-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/bliblidotcom/maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</pluginRepository>
```

Expand Down

0 comments on commit 9a4cb82

Please sign in to comment.