Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Upgrade deps #143

Merged
merged 5 commits into from
Oct 24, 2023
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jest.config.js
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webdriver-image-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout Repository
Expand All @@ -25,7 +25,7 @@ jobs:
# Testing steps
- name: Install dependencies
working-directory: ./
run: npm install
run: npm ci

- name: Run Unit Tests and generate coverage report
working-directory: ./
Expand Down
9 changes: 5 additions & 4 deletions README.md
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
Loading
Loading