This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from wswebcreation/upgrade-deps
Upgrade deps
- Loading branch information
Showing
6 changed files
with
3,085 additions
and
10,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
jest.config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# webdriver-image-comparison | ||
|
||
> **Ultra low-maintenance mode: One or two times a year the library author will spend some time to keep the library useful. Feel free to raise issues and contribute improvements, but please be aware that it may be sometime before a response is given.** | ||
![webdriver-image-comparison workflow](https://github.com/wswebcreation/webdriver-image-comparison/actions/workflows/webdriver-image-comparison.yml/badge.svg) | ||
[![codecov](https://codecov.io/gh/wswebcreation/webdriver-image-comparison/branch/master/graph/badge.svg?token=Q4UsgDSRd3)](https://codecov.io/gh/wswebcreation/webdriver-image-comparison) | ||
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) | ||
|
||
> **NOTE: This module is still being developed** | ||
*webdriver-image-comparison* is an image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol. | ||
|
||
More information and documentation will soon come | ||
|
||
## TO-DO | ||
- [ ] Make proper documentation | ||
- [ ] Optimize UT's and increase coverage | ||
- [ ] Look at the execute methods, maybe they could be optimized | ||
|
||
## Dependencies | ||
- Dropped support for NodeJS 16 |
Oops, something went wrong.