andersmandersen / unipen

🧨 Provides more realistics data with ease πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unipen

🧨 Provides more realistics data with ease πŸŽ‰


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!

Screenshots

πŸ‘‡ Download

Use the following link to download the lastest version.

Download

Requires Windows *

πŸ“œ How to use

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.

🎒 Future plans

  • Add support for macOS (Should work but needs testing)
  • Add support for language

πŸ†˜ Contribute

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

Release of a new version

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)

Credits

About

🧨 Provides more realistics data with ease πŸŽ‰

License:MIT License


Languages

Language:HTML 61.1%Language:JavaScript 27.4%Language:CSS 11.5%