SkillAgentSearch skills...

ExploratoryTestingChromeExtension

Exploratory Testing Chrome Extension

Install / Use

/learn @morvader/ExploratoryTestingChromeExtension
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A Chrome Extension for Exploratory Testing

A Chrome extension designed for making web exploratory testing easier

Features

  • Report bugs, ideas, notes and questions easily
  • Take screenshots during the session. Keep focused
  • URL will be tracked automatically
  • See session results in a report
  • Export and import sessions
  • Export session to JSON, CSV or HTML

Install from Chrome Store

Annotate any thought while you test easily and take screenshots without changing context

<img src="./screenshots/new_Annotation.PNG" width="440">

View session results in a report

<img src="./screenshots/report.PNG" width="800">

Development and Testing

This section provides instructions for setting up the project locally for development and running tests.

Project Setup

  1. Prerequisites: Ensure you have Node.js installed (which includes npm).
  2. Clone the Repository:
    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
    
    (Using a common placeholder format for the repo URL. The user can update this if they wish).
  3. Install Dependencies:
    npm install
    
    This will install Jest, Babel, and other necessary development dependencies as defined in package.json.

Running Tests

The project uses Jest for unit testing.

  1. Execute Tests:
    npm test
    
    Alternatively, you can run Jest directly:
    npx jest
    
  2. Test Results: Most tests should pass.
    • Known Issue: The test suite for test/spec/ExportSessionCSV.test.js is currently non-functional due to a syntax error that occurred during the migration to Jest and could not be resolved with available tools. This specific suite will fail or be skipped. All other test suites should pass.

PS: I'm not a web designer, so any help with web design or UX will be appreciated.

twitter: @morvader

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated22d ago
Forks9

Languages

JavaScript

Security Score

80/100

Audited on Mar 10, 2026

No findings