WebDriverIO service that provides integration with UTAM.
This service creates a new instance of the UTAM loader in the beforeHook and
exposes that instance as a global utam
variable available in your WebDriverIO tests.
Add wdio-utam-service
as a devDependency in your package.json
:
yarn add --dev wdio-utam-service
# or via npm
npm add --dev wdio-utam-service
To install WebdriverIO
, see the official documentation.
Visit the test setup section from the Guide for JavaScript to learn how to set up and configure
the wdio-utam-service
package.
utam.dev has all the information you need to get started with UTAM, including guides, tutorials and the JSON grammar.