Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@proof-ui/config

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proof-ui/config

The majority of the configuration for `proof` is set through the `proof.config.js` file in the root of your project.

  • 0.3.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
217
decreased by-24.65%
Maintainers
3
Weekly downloads
 
Created
Source

Configuration

The majority of the configuration for proof is set through the proof.config.js file in the root of your project.

Options

nametypedescription
pluginsarrayAn optional array of plugins to include in the proof instance. See plugins for more details
urlstringThe default storybook URL to test against
logLevelinfo, debug, trace, stupidThe default log-level to use. Any CLI option will override this
testMathglobA glob to use to look for tests. Defaults to __automation__/**/*.test.js
gridOptionsobject<grid, object>A set of properties to include for any session created on that grid type
waitForRootnumberThe number of milliseconds to wait for storybook to load. Defaults to 1000ms.

gridOptions

Allows you to pass in options to set on each grid type when creating a browser session. This is a global option that applies to every session.

Example

{
  gridOptions: {
    remote: {
      url: 'sauce.proof.com',
      apiKey: 'foo-bar'
    }
  }
}

This will set the remote grid to use sauce.proof.com and the API key foo-bar. Note these options will only apply if you're running the tests under this grid type. If running proofs locally (using the local-grid), these options won't be added.

FAQs

Package last updated on 06 Sep 2023

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc