Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "@qavajs/steps-lighthouse" will be documented in this

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

## [2.0.1]
- :rocket: updated libraries

## [2.0.0]
- :rocket: implemented compatibility with qavajs@2 and wdio@9

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# @qavajs/steps-lighthouse
Steps to perform lighthouse audit.
qavajs steps to perform lighthouse audit.
Library can work on top of playwright and webdriverio drivers

## Installation
`npm install @qavajs/steps-lighthouse`
```
npm install @qavajs/steps-lighthouse
```

## Configuration
```typescript
Expand Down
Loading