https://github.com/ker0olos/might
A no-code solution for performing web front-end end-to-end tests
https://github.com/ker0olos/might
end-to-end-test-automation end-to-end-testing end-to-end-testing-interface frontend-testing testing ui-testing web-test-runner web-testing
Last synced: 2 months ago
JSON representation
A no-code solution for performing web front-end end-to-end tests
- Host: GitHub
- URL: https://github.com/ker0olos/might
- Owner: ker0olos
- License: mit
- Created: 2020-04-17T04:32:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T16:09:33.000Z (about 2 years ago)
- Last Synced: 2025-02-28T13:33:21.103Z (3 months ago)
- Topics: end-to-end-test-automation, end-to-end-testing, end-to-end-testing-interface, frontend-testing, testing, ui-testing, web-test-runner, web-testing
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/might-ui
- Size: 5.23 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://npmjs.com/package/might-ui)
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](https://github.com/ker0olos/Might) is an easy way to create, manage and edit tests,
and [Might CLI](https://github.com/ker0olos/might-cli) runs those tests.### Installation
> For a better experience, use Might with a browser that supports the [File System Access API](https://web.dev/file-system-access/); 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](https://github.com/ker0olos/might-cli)).**
- [Waiting](https://github.com/ker0olos/Might/blob/main/src/documentation/wait.md)
- [Changing the Viewport](https://github.com/ker0olos/Might/blob/main/src/documentation/viewport.md)
- [Going to Different Pages](https://github.com/ker0olos/Might/blob/main/src/documentation/goto.md)
- [Setting Media Features](https://github.com/ker0olos/Might/blob/main/src/documentation/media.md)
- [Keypresses](https://github.com/ker0olos/Might/blob/main/src/documentation/keyboard.md)
- [Hovering](https://github.com/ker0olos/Might/blob/main/src/documentation/hover.md)
- [Clicking](https://github.com/ker0olos/Might/blob/main/src/documentation/click.md)
- [Dragging Elements](https://github.com/ker0olos/Might/blob/main/src/documentation/drag.md)
- [Swiping the Screen](https://github.com/ker0olos/Might/blob/main/src/documentation/swipe.md)
- [Typing](https://github.com/ker0olos/Might/blob/main/src/documentation/type.md)[](https://github.com/ker0olos/Might/raw/main/screenshots/1.png)
[](https://github.com/ker0olos/Might/raw/main/screenshots/2.png)