last-hit
last-hit copied to clipboard
puppeteer UI automation test tools, record once, run everywhere, bringing you a comprehensive and enjoyable automation experience
Last Hit
Last Hit Replayer
First UI automation testing tool design for all team members.
last-hit-quick-start
Last-hit is an automation testing solution aimed at development and operations teams. It is focused on web test, gives you broad, deep and exact control over your web apps automation testing
A quick guide to set up and start your first automation test with last-hit, a free test automation tool built on top of electron and puppeteer. You now can begin automation testing on web & mobile with the least amount of effort. Free download at site.
Read full guideline here.
Features:
-
Record
- Record to launch the browser. While recording, actions performed on the browser will be captured in the tools -
Replay
- click repaly button and wait for result -
Assertion
- visual testing for screenshot campare -
Reporting
- run last-hit-replayer in CI and get result report
You can learn more about each of these features within the User Guide.
To Use
Install from the application
Mac & Windows
Linux
Not supported yet. You can clone source code repo and package by yourself. We use Electron Builder.
Install from source code
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/last-hit-aab/last-hit.git
# Install dependencies
npm install
# Go into the repository
cd last-hit
# Install dependencies
npm install
# Go into the render folder
cd render
# Install dependencies
npm install
# Back to the root directory of the repository
cd ../
# Run the app
npm run start
Note: If you want to use the Installation package,
Please download Release Package,
Create your first Test Case
Resources for Learning last-hit
- last-hit.com/docs - all of Last-Hit's documentation
- electronjs.org/docs - all of Electron's documentation
- puppeteer/docs - all of Puppeteer's documentation
License
Last-Hit is MIT licensed.