expect-webdriverio

v4.2.1
WebdriverIO Assertion Library
expect-webdriverio expect webdriverio wdio

ts

run-s ts:*

test

run-s test:*

build

run-s clean compile

clean

run-p clean:*

watch

npm run compile -- --watch

compile

tsc --build tsconfig.build.json

prepare

husky install

ts:jest

cd test-types/jest && tsc -p ./tsconfig.json --incremental

test:lint

eslint . --ext .js,.jsx,.ts,.tsx

test:unit

vitest

test:types

node test-types/copy && npm run ts && npm run clean:tests

ts:default

cd test-types/default && tsc -p ./tsconfig.json --incremental

ts:jasmine

cd test-types/jasmine && tsc -p ./tsconfig.json --incremental

clean:build

rimraf ./lib

clean:tests

rimraf test-types/**/node_modules && rimraf test-types/**/dist

Metadata

  • MIT
  • >=16 || >=18 || >=20
  • Mykola Grybyk
  • released 5/1/2023

Downloads