Skip to content

Commit 7b2f478

Browse files
authored
Update README.md
Update tutorial
1 parent d232aed commit 7b2f478

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@ Add this in your ```pom.xml```
4040
...........Your Other Plugin.......
4141
</plugins>
4242
```
43+
Don't Forget to add our blibli.com Open Source Plugin Repository
44+
45+
```xml
46+
<pluginRepositories>
47+
................... Your other plugin Repositories .............
48+
<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>
55+
</pluginRepository>
56+
```
57+
58+
Add new user with name and username **automation-test** in your testlink account and makesure it's able to read , write , update and execute any testcase , this user is used for updating the testcase and also for execution the testcase.
59+
4360
And Add plugin to generate file called **cucumber.json** in your folder **target/destination/cucumber.json** this in your Cucumber Options
4461
```java
4562
@CucumberOptions(features = "src/test/resources/features/"

0 commit comments

Comments
 (0)