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

Test 🧪 Electron :electron: applications in style 💄

License

Notifications You must be signed in to change notification settings

oscartbeaumont/spectroscope

Repository files navigation

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!