Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

html-e2e

unsegnor1.2kGPL-3.0-or-later2.0.70

Tools for e2e functional testing through HTMl views

test, BDD, gherkins, cucumber, html, e2e

readme

Html-e2e

Library to run e2e tests against html writing them interface-agnostic. For example instead of calling the "click()" method on a "save" button we can call "do('save')" and it will look for buttons or links that can be clicked and contain the text "save".

Getting started

Check the integration tests for examples of usage

Run all tests

npm test