Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Files

Latest commit

 

History

History
36 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.32 KB

I have ended development on this project in favor of using Playwright

Spectroscope

NPM CI workflow

Test your Electron applications in style!

Features:

  • Simple
  • Easy to use
  • Works with Electron security features enabled unlike Spectron

Basics

Installation

npm install spectroscope
# Or
yarn add spectroscope

Installing Spectroscope as a dev dependency will cause issues with your final application unless the Spectroscope import is removed during your applications build process.

Follow the guide here to add Spectroscope to your existing Electron application.

API Documentation

You can find documentation about the available Spectroscope API here.

Contributing to Spectroscope

View more information here!