Skip to content

A simple TamperMonkey script that helps tester export test duration and page view counter

Notifications You must be signed in to change notification settings

cannarocks/web-basic-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Collector

A simple TamperMonkey script that helps tester export additional test data such as test duration and page view counter.

Getting Started

These instructions will get you ready to use this system in your browser.

Prerequisites

To proceed you'll need to install the browser add-on Tampermonkey, available for:

Installing

The Tampermonkey addon consists of three parts:

  • the black button in browser navigation menu: a mouse clicks opens the action menu, a right mouse click opens the alternative context menu created by browser itself
  • the action menu: The action menu show what scripts are currently running. You can enable or disable then by clicking at the green/red LED icon.
  • the options page: You can open this at the alternative context menu by clicking at options. The first tab shows all installed scripts. Click at the script name to edit and setup your scripts. There is second tab that allows you to modify TM's settings. Tip: adjust the Config mode options to see more settings. ( video tutorial) The third tab offers script import and export functionality to Zip files and JSON documents.

Follow these steps in order to install the collector:

  • Open TamperMonkey Dashboard
  • Click on "Utilities" tab menu
  • At "Install from URL" paste this https://raw.githubusercontent.com/cannarocks/web-basic-collector/master/main.js
  • Install

Running script

//TBD

About

A simple TamperMonkey script that helps tester export test duration and page view counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published