Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
3
Maintainers
6
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-core

Web test runner core


Version published
Weekly downloads
109K
increased by31.89%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

Web Test Runner Core

Core package for Web Test Runner. Manages running the tests. Has a modular architecture, delegating most of the work to the separate parts and implementations.

See @web/test-runner for a default implementation and CLI for the test runner.

Browser launchers

Browser launchers boot up and control a browser instance. Implementations:

Read more here to learn about creating your own browser launcher.

Test frameworks

Test frameworks run the actual tests in the browser. Web test runner relies on existing test frameworks. Implementations:

Read more here to learn more about using the browser library without a testing framework, or to implement your own testing framework.

Servers

The server serves the test code and files and communicates with the browser, returning configuration and receiving test results. Implementations:

Read more here to learn about creating your own test runner server.

Keywords

FAQs

Package last updated on 18 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc