Skip to content

Commit 863c204

Browse files
authored
Add link to template project into the README
1 parent 96152af commit 863c204

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ Most of performed methods are logged using LOG4J, so you can easily see a histor
1313
We use interfaces where is possible, so you can implement your own version of target interface with no need to rewrite other classes.
1414

1515
### Quick start
16+
To start the project using aquality.selenium framework, you can [download our template BDD project by this link.](https://github.com/aquality-automation/aquality-selenium-java-template)
1617

17-
1. To start work with this package, simply add the dependency to your pom.xml:
18+
Alternatively, you can follow the steps below:
19+
20+
1. Add the dependency to your pom.xml:
1821
```
1922
<dependency>
2023
<groupId>com.github.aquality-automation</groupId>

0 commit comments

Comments
 (0)