Options relating to plugins - which ones to use and how they should behave
Options to be provided to plugins
The value must be a JSON-serializable object.
Specifiers of plugins to load
[ "@cucumber/my-plugin", "./custom-plugin.js"] Copy
[ "@cucumber/my-plugin", "./custom-plugin.js"]
Each item is a module specifier for a plugin to be loaded.
Options relating to plugins - which ones to use and how they should behave