Skip to content

Commit

Permalink
Simplify sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Jun 3, 2024
1 parent d10107f commit f9634cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ The token can either be a user-scoped token for development found in the

```ts
// wdio.conf.ts
import type { Options } from '@wdio/types'
import '@waldoapp/wdio-service';

export const config: Options.Testrunner = {
export const config: WebdriverIO.Config = {
// This is done automatically if no key is provided,
// the WALDO_API_TOKEN environment variable is used
key: process.env.WALDO_API_TOKEN,
Expand Down

0 comments on commit f9634cb

Please sign in to comment.