Skip to content
/ might Public

A no-code solution for performing web front-end end-to-end tests

License

Notifications You must be signed in to change notification settings

ker0olos/might

Repository files navigation

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).