expect-webdriverio

v4.0.0-alpha.4
WebdriverIO Assertion Library
expect-webdriverio expect webdriverio wdio

ts

run-p 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 --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 --incremental

ts:jasmine

cd test-types/jasmine && tsc --incremental

clean:build

rimraf ./lib

clean:tests

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

Metadata

  • MIT
  • ^16.13 || >=18
  • Mykola Grybyk
  • released 10/28/2022

Downloads