Skip to content

Commit f52caaf

Browse files
Merge pull request #4 from qavajs/update-deps
updated libraries
2 parents b02a6c3 + 06c7802 commit f52caaf

File tree

5 files changed

+500
-403
lines changed

5 files changed

+500
-403
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "@qavajs/steps-lighthouse" will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [2.0.1]
8+
- :rocket: updated libraries
9+
710
## [2.0.0]
811
- :rocket: implemented compatibility with qavajs@2 and wdio@9
912

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# @qavajs/steps-lighthouse
2-
Steps to perform lighthouse audit.
2+
qavajs steps to perform lighthouse audit.
33
Library can work on top of playwright and webdriverio drivers
44

55
## Installation
6-
`npm install @qavajs/steps-lighthouse`
6+
```
7+
npm install @qavajs/steps-lighthouse
8+
```
79

810
## Configuration
911
```typescript

0 commit comments

Comments
 (0)