This is a windows application, that helps to provide more realistics data when proforming your manully test of both web applcations.
🧨 Better test for real user input
🥳 Simple to use for both developers and testers!
Use the following link to download the lastest version.
Requires Windows *
After installing the application make sure it's running in the tray bar. You can then use the application anywere. Simply press "Ctrl+Alt+P":
This will bring up the application can ready to be used. Search for one of the wanted text (You can navigate with the arrow keys). Press enter to choose the selected text label.
- Add support for macOS (Should work but needs testing)
- Add support for language
Please feel free to upon any PR. Then let's see where the project will become 🔥
Use the following command to run/debug the code from source
$ npm install
$ npm run debug
To build a local release/test version run the following:
$ npm run make
When you want to create a new release, follow these steps:
- Update the version in your project's package.json file (e.g. 1.2.3)
- Commit that change (git commit -am v1.2.3)
- Tag your commit (git tag v1.2.3). Make sure your tag name's format is v*... Your workflow will use this tag to detect when to create a release
- Push your changes to GitHub (git push && git push --tags)