All Projects → vvscode → Js Nightwatch Recorder

vvscode / Js Nightwatch Recorder

Licence: gpl-2.0
🌙 ⌚️ NightwatchJs recorder for Chrome

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Js Nightwatch Recorder

Alpine Chrome
Chrome Headless docker images built upon alpine official image
Stars: ✭ 754 (+518.03%)
Mutual labels:  hacktoberfest, chrome
Remove W3schools
Chrome extension to remove W3Schools results in google searches.
Stars: ✭ 73 (-40.16%)
Mutual labels:  hacktoberfest, chrome
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (+667.21%)
Mutual labels:  hacktoberfest, chrome
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+3574.59%)
Mutual labels:  hacktoberfest, chrome
Zhishiwenda Helper
百万英雄/冲顶大会/知识超人 答题助手 瞬间使用Chrome打开百度
Stars: ✭ 102 (-16.39%)
Mutual labels:  selenium, chrome
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+3864.75%)
Mutual labels:  hacktoberfest, chrome
Pyleniumio
Bring the best of Selenium and Cypress into a single Python package
Stars: ✭ 61 (-50%)
Mutual labels:  hacktoberfest, selenium
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (+122.95%)
Mutual labels:  hacktoberfest, selenium
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (-18.03%)
Mutual labels:  hacktoberfest, selenium
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-18.03%)
Mutual labels:  selenium, chrome
T Rec Rs
Blazingly fast terminal recorder that generates animated gif images for the web written in rust
Stars: ✭ 361 (+195.9%)
Mutual labels:  hacktoberfest, chrome
Awesome Regression Testing
🕶️ A curated list of resources around the topic: visual regression testing
Stars: ✭ 1,604 (+1214.75%)
Mutual labels:  hacktoberfest, selenium
Undetected Chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
Stars: ✭ 365 (+199.18%)
Mutual labels:  selenium, chrome
Infospider
INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。
Stars: ✭ 5,984 (+4804.92%)
Mutual labels:  selenium, chrome
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+3520.49%)
Mutual labels:  selenium, chrome
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-54.1%)
Mutual labels:  hacktoberfest, chrome
Motrix Webextension
A chrome extension for the Motrix Download Manager
Stars: ✭ 253 (+107.38%)
Mutual labels:  hacktoberfest, chrome
Pywhatsapp
Python Automation using selenium & Scheduling of messages and media
Stars: ✭ 257 (+110.66%)
Mutual labels:  hacktoberfest, selenium
Docker Python Xvfb Selenium Chrome Firefox
Dockerfiles for Python 3.6/2.7 & Selenium in a headless Chrome or Firefox environment
Stars: ✭ 82 (-32.79%)
Mutual labels:  selenium, chrome
Tabfern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
Stars: ✭ 102 (-16.39%)
Mutual labels:  hacktoberfest, chrome

Nightwatch.js test recorder extension for Google Chrome

RUS | Based on Ressurectio

Installation

  1. Clone repo or download and extract
  2. Go to Chrome Tools / Extensions
  3. Expand Developer mode
  4. Click Load unpacked extension...
  5. Select folder with repo
  6. Use extension!

Usage

Click on the extension icon, optionally enter the start URL, and click Go.

Then execute your usage scenario, all the events will be recorded.

By right-clicking on the page, you might also record some assertion (about the current url, about existing text, etc., depending on clicked element).

You can request a screenshot at any moment (they will be produced everytime you run the resulting test).

You might also record some comments (click again on the extension icon, and click Add comment).

When you are done, click again on the extension icon, and click Stop recording.

Now, generate the test template script by clicking Export Nightwatch.js.

When running in Nightwatch.js, it should play your entire scenario and generate the screenshots.

Future features

Implement more mouse events, like drag & drop and mousewheel.

Credits

Author

Contributors

Athyk

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].