wp-cypress icon indicating copy to clipboard operation
wp-cypress copied to clipboard

Wiki - Missing options from the configuration schema

Open over-engineer opened this issue 2 years ago • 1 comments

The Configuration Options table, which contains the full reference of available configuration options, is missing the themes and plugins options.

These are the missing rows:

Property Required Default
themes Optional null
plugins Optional null

And their sections below:

themes

  • Type: string[]
  • Example: ["./path/to/theme"]

plugins

  • Type: string[]
  • Example: ["./path/to/plugin", "./another/path/to/plugin"]

over-engineer avatar Jul 01 '22 17:07 over-engineer

I've made the necessary changes: https://github.com/bigbite/wp-cypress/wiki/Configuration-Options. Do you want to have a quick check @ampersarnie?

PaulREnglish avatar Jul 22 '22 08:07 PaulREnglish