From 6fc71b3251f428b5757377fa817a4d089a26c917 Mon Sep 17 00:00:00 2001 From: Philip Germanov Date: Fri, 3 Jan 2025 12:36:43 +0200 Subject: [PATCH] docs: add beta warning --- documentation/docs/steps/npmExecuteTests.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/documentation/docs/steps/npmExecuteTests.md b/documentation/docs/steps/npmExecuteTests.md index 4c3017090f..26af47289c 100644 --- a/documentation/docs/steps/npmExecuteTests.md +++ b/documentation/docs/steps/npmExecuteTests.md @@ -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} @@ -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 -```