https://github.com/octalmage/targetpractice
Test UI automation tools using Node.js.
https://github.com/octalmage/targetpractice
automation nodejs testing
Last synced: about 1 year ago
JSON representation
Test UI automation tools using Node.js.
- Host: GitHub
- URL: https://github.com/octalmage/targetpractice
- Owner: octalmage
- Created: 2016-05-23T02:27:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T09:25:08.000Z (over 8 years ago)
- Last Synced: 2025-05-07T23:05:38.522Z (about 1 year ago)
- Topics: automation, nodejs, testing
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Target Practice
========
> Test UI automation tools using Node.js.
Target Practice is a tool that will allow you to test UI automation tools. It's a cross platform GUI that will send detected events like clicking/typing back to your tests over stdout.
See [test.js](test.js) as an example.
## Story
I've been working on [RobotJS](https://github.com/octalmage/robotjs) which allows you to control the mouse and keyboard.
For a while now I've been trying to find a way to test this. How do you confirm
that the mouse was clicked, or that a string was typed? I've been looking for an
independent tool to help me do this. It doesn't exist, so I created Target Practice.