Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.04 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.04 KB

npm (tag)

End-to-end testing can get very complicated and overwhelming; especially if you need to start testing huge apps, that would take a lot of time and afford, and will be boring and repetitive.

The Solution

A no-code method to perform and manage end-to-end tests, handling all of the mess in the background.

Might UI is an easy way to create, manage and edit tests, and Might CLI runs those tests.

Installation

For a better experience, use Might with a browser that supports the File System Access API; Chrome/Chromium 86+


npm install --save-dev might-cli might-ui

Usage

npx might -m or npx might-ui.

After that it opens automatically in your browser, (to actually run the tests you need to use might-cli).