@wdio/globals
TypeScript icon, indicating that this package has built-in type declarations

8.6.8 • Public • Published

WDIO Globals

A helper utility for importing global variables directly

This package can be used to import global variables explicitly, e.g.

import { browser, $, $$, expect } from '@wdio/globals'

describe('my test', () => {
    // ...

    it('can do something', async () => {
        // ...
    })

    // ...
})

For more information on WebdriverIO Globals, check out the docs.

Package Sidebar

Install

npm i @wdio/globals@8.6.8

Version

8.6.8

License

MIT

Unpacked Size

10.3 kB

Total Files

9

Last publish

Collaborators

  • christian-bromann
  • wdio-user
  • wswebcreation-nl