All Projects → last-hit-aab → last-hit

last-hit-aab / last-hit

Licence: MIT License
puppeteer UI automation test tools, record once, run everywhere, bringing you a comprehensive and enjoyable automation experience

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to last-hit

Qawolf
🐺 Create browser tests 10x faster
Stars: ✭ 2,912 (+9941.38%)
Mutual labels:  parallel, recorder, e2e-testing, puppeteer
Seleniumbase
A Python framework that inspires developers to become better test automation engineers. 🧠💡
Stars: ✭ 2,520 (+8589.66%)
Mutual labels:  recorder, e2e-testing
Ui Testing Best Practices
The largest UI testing best practices list (last update: January 2021)
Stars: ✭ 783 (+2600%)
Mutual labels:  ui-testing, puppeteer
swarmci
Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.
Stars: ✭ 48 (+65.52%)
Mutual labels:  continuous-integration, parallel
redefined.cloud
☁ Open source guide re-defining Cloud computing terms & patterns to better understand how it works
Stars: ✭ 23 (-20.69%)
Mutual labels:  continuous-integration
MultiHttp
This is a high performance , very useful multi-curl tool written in php. 一个超级好用的并发CURL工具!!!(httpful,restful, concurrency)
Stars: ✭ 79 (+172.41%)
Mutual labels:  parallel
super-powered-api-testing
Comparisons of powerful API testing tools
Stars: ✭ 25 (-13.79%)
Mutual labels:  continuous-integration
cake-build
Demonstrates a basic build of a .NET NuGet package using https://cakebuild.net/
Stars: ✭ 22 (-24.14%)
Mutual labels:  continuous-integration
webpack-vsts-extension
Webpack build task for Visual Studio Team Services
Stars: ✭ 16 (-44.83%)
Mutual labels:  continuous-integration
puppeteer-lottie-cli
CLI for rendering Lottie animations via Puppeteer to image, GIF, or MP4.
Stars: ✭ 85 (+193.1%)
Mutual labels:  puppeteer
Dotnet-Core-Attendance-System
Attendance Web Application using .NET Core (CQRS pattern) & Vue.js
Stars: ✭ 33 (+13.79%)
Mutual labels:  continuous-integration
kinetics-downloader
Simple tool to download videos from kinetics dataset.
Stars: ✭ 28 (-3.45%)
Mutual labels:  parallel
pccomponentes-buy-bot
A script made to buy any out-of-stock product off spanish stores
Stars: ✭ 34 (+17.24%)
Mutual labels:  puppeteer
executive
🕴Elegant command execution for Node.
Stars: ✭ 37 (+27.59%)
Mutual labels:  parallel
cross-platform-python-gui
A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)
Stars: ✭ 53 (+82.76%)
Mutual labels:  continuous-integration
cypress-auto-stub-example
Example project to demonstrate how to record/replay API with Cypress.
Stars: ✭ 52 (+79.31%)
Mutual labels:  e2e-testing
bx-docker
Tutorial on how to build Docker Images for the IAR Build Tools on Linux hosts. The IAR Build Tools on Linux are available for Arm, RISC-V and Renesas (RH850, RL78 and RX).
Stars: ✭ 28 (-3.45%)
Mutual labels:  continuous-integration
makefile-for-monorepos
A flexible and extensible makefile for monorepos with docker/docker-compose.
Stars: ✭ 115 (+296.55%)
Mutual labels:  continuous-integration
clusterfuzzlite
ClusterFuzzLite - Simple continuous fuzzing that runs in CI.
Stars: ✭ 315 (+986.21%)
Mutual labels:  continuous-integration
hc-pdf-server
Convert HTML to PDF Server by headless chrome with TypeScript. The new version of hcep-pdf-server.
Stars: ✭ 24 (-17.24%)
Mutual labels:  puppeteer

Last Hit

Last Hit  logo

codebeat badge Scrutinizer

GitHub last commit GitHub package.json version David Dependencies David Dev Dependencies

GitHub package.json dependency version (subfolder of monorepo) npm type definitions GitHub top language made-with-eletron

GitHub issues GitHub closed issues Static Platform GitHub release GitHub Release Date GitHub All Releases

Last Hit Replayer

npm version npm npm

First UI automation testing tool design for all team members.

Website www.last-hit.com Ask Me Anything ! PRs Welcome

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

Download

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

Quick Start Guide

Resources for Learning last-hit

License

Last-Hit is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].