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.
Record
- Record to launch the browser. While recording, actions performed on the browser will be captured in the toolsReplay
- click repaly button and wait for resultAssertion
- visual testing for screenshot campareReporting
- run last-hit-replayer in CI and get result report
You can learn more about each of these features within the User Guide.
Not supported yet. You can clone source code repo and package by yourself. We use Electron Builder.
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,
- 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
Last-Hit is MIT licensed.