might-ui
v1.1.8
Published
A no-code solution for performing end-to-end tests
Downloads
17
Maintainers
Readme
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).