0.3.6 • Published 2 years ago

@proof-ui/config v0.3.6

Weekly downloads
262
License
MIT
Repository
-
Last release
2 years ago

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.

0.3.6

2 years ago

0.3.5

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.20-0

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago