Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (43 loc) · 1.92 KB

readme.md

File metadata and controls

67 lines (43 loc) · 1.92 KB

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