Christophe Coevoet
Christophe Coevoet
currently, the extension implements a CallHandler from scratch and replaces the implementation of Behat. This means that any change done in Behat has to be copied in the implementation of...
## Summary BrowserClient currently defines an API allowing to enable or disable autocapture features through boolean options. This implies that it has to bundle the associated plugins even if the...
The entrypoints exported in package.json are using the files from `dist/`, which are bundling all dependencies in the webpack build. This means that the dependencies declared in the package.json are...
### Description The Invoker API (the `command` and `commandfor` HTML attributes) allows to trigger commands (opening a dialog, showing a popover, etc...) using a `` in a declarative way. It...