Skip to content

Commit 979ba8b

Browse files
committed
Readme update
1 parent 4ba0244 commit 979ba8b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
3131
release:
3232
needs: publish
33+
name: Release
3334
runs-on: ubuntu-latest
3435
steps:
3536
- name: Checkout

ReadMe.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,29 @@ to 80% issue coverage, or more, during development.
2323
4. Rich Reporting
2424
5. Open source
2525

26+
### Usage
27+
28+
For maven based project add the below dependency
29+
30+
```xml
31+
32+
<dependency>
33+
<groupId>io.github.automated-a11y</groupId>
34+
<artifactId>java-a11y-playwright</artifactId>
35+
<version>1.0-SNAPSHOT</version>
36+
</dependency>
37+
```
38+
39+
For gradle based project add the below dependency
40+
41+
```
42+
implementation group: 'io.github.automated-a11y', name: 'java-a11y-playwright', version: '1.0-SNAPSHOT'
43+
```
44+
45+
For non gradle/maven project download the jar from below-mentioned link and add it to CLASSPATH for your project
46+
47+
[https://github.com/automated-a11y/java-a11y-playwright/releases](https://github.com/automated-a11y/java-a11y-playwright/releases)
48+
2649
### Getting Started
2750

2851
#### Using HTML CodeSniffer

0 commit comments

Comments
 (0)