expect-webdriverio

v1.3.1
[![Build Status](https://travis-ci.org/webdriverio/expect-webdriverio.svg?branch=master)](https://travis-ci.org/webdriverio/expect-webdriverio) [![codecov](https://codecov.io/gh/webdriverio/expect-webdriverio/branch/master/graph/badge.svg)](https://codeco
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

release

npm run release:patch

ts:jest

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

test:lint

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

test:unit

jest

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

release:major

np major

release:minor

np minor

release:patch

np patch

Metadata

  • MIT
  • Whatever
  • Mykola Grybyk
  • released 8/31/2020

Downloads