Skip to content

Commit 27f86f3

Browse files
authored
Merge pull request #107 from nut-tree/feature/85/mouse_speed
Feature/85/mouse speed
2 parents 8bd424d + 4c63a60 commit 27f86f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+20350
-2469
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
os: osx
3838
osx_image: xcode11
3939
language: node_js
40-
node_js: "12"
40+
node_js: "12.13.0"
4141

4242
before_install:
4343
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# nut.js (Native UI Toolkit) [![Build Status](https://travis-ci.com/nut-tree/nut.js.svg?branch=master)](https://travis-ci.com/nut-tree/nut.js) [![Greenkeeper badge](https://badges.greenkeeper.io/nut-tree/nut.js.svg)](https://greenkeeper.io/) [![SonarCloud badge](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=alert_status)](https://sonarcloud.io/dashboard?id=nut-tree%3Anut.js) [![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=coverage)](https://sonarcloud.io/component_measures?id=nut-tree%3Anut.js&metric=coverage)
1+
# nut.js (Native UI Toolkit) [![Build Status](https://travis-ci.com/nut-tree/nut.js.svg?branch=master)](https://travis-ci.com/nut-tree/nut.js) [![SonarCloud badge](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=alert_status)](https://sonarcloud.io/dashboard?id=nut-tree%3Anut.js) [![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=nut-tree%3Anut.js&metric=coverage)](https://sonarcloud.io/component_measures?id=nut-tree%3Anut.js&metric=coverage)
22
<p align="center">
33
Native UI testing / automation with node.js
44
</p>
55
<br/>
66
<p align="center">
7-
<a target="_blank" href="https://robotjs.io/">
8-
<img src="https://img.shields.io/badge/Built_with-ROBOT-C86414.svg?style=flat-square" alt="Built with Robot" />
9-
</a>
107
<a target="_blank" href="https://github.com/justadudewhohacks/opencv4nodejs">
118
<img src="https://img.shields.io/badge/Built_with-opencv4nodejs-C86414.svg?style=flat-square" alt="Built with opencv4nodejs" />
129
</p>
1310

1411
# About
1512

1613
<p align="center">
17-
<img src=".gfx/nut.png" alt="logo" width="200"/>
14+
<img src="https://github.com/nut-tree/nut.js/raw/master/.gfx/nut.png" alt="logo" width="200"/>
1815
</p>
1916

2017
`nut.js` is a cross-platform native UI testing tool.

0 commit comments

Comments
 (0)