codeceptjs / configure

A set of config hooks which simplify configuration of CodeceptJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant get what is that and how to use

orihomie opened this issue · comments

Hi, can you please provide more detailed info on this module? I

I tried all my best 😪 . Could you help me by asking some questions?

Basically this is a collection of common configuration patterns that can be used in config.
For instance, setHeadless enables headless mode for any helper which is enabled.
Most of helpers just require adding show: true while WebDriver + headless chrome requires updating capabilities. This config hook can set headless mode for both cases