Skip to content

Commit

Permalink
docs: add beta warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Germanov committed Jan 3, 2025
1 parent d768424 commit 6fc71b3
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions documentation/docs/steps/npmExecuteTests.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ${docGenStepName}
# ${docGenStepName} (Beta)

[!WARNING]
Please note, that the npmExecuteTests step is in beta state, and there could be breaking changes before we remove the beta notice.

## ${docGenDescription}

Expand Down Expand Up @@ -109,18 +112,3 @@ stages:
paths:
- "~/.npm-global/bin"
```

### Using Selenium Grid

If your tests rely on Selenium Grid, you can specify it as a sidecar:

```yaml
stages:
- name: Test
steps:
- name: npmExecuteTests
type: npmExecuteTests
sidecars:
- name: selenium
image: selenium/standalone-chrome
```

0 comments on commit 6fc71b3

Please sign in to comment.