Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 6, 2024
1 parent 1a248c2 commit d6a7a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/guide/vitest-provider-browserstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ pnpm add -D @chialab/vitest-provider-browserstack

:::

### Requirements
### Usage

::: info

In order to use this provider, you need to have a Browserstack account and a valid access key.

### Usage
:::

Use this module as provider for Vitest browser runner:

Expand Down
4 changes: 1 addition & 3 deletions packages/vitest-provider-browserstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ npm i @chialab/vitest-provider-browserstack -D
yarn add @chialab/vitest-provider-browserstack -D
```

## Requirements
## Usage

In order to use this provider, you need to have a Browserstack account and a valid access key.

## Usage

Use this module as provider for Vitest browser runner:

```ts
Expand Down

0 comments on commit d6a7a06

Please sign in to comment.