File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Datadog Test Visibility GitLab Script
1+ Datadog Test Optimization GitLab Script
22Copyright 2024 Datadog, Inc.
33
44This product includes software developed at Datadog (https://www.datadoghq.com/).
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Execute this script in your GitLab CI's job YAML before running the tests. Pass
1616test_node :
1717 image : node:latest
1818 script :
19- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-visibility -gitlab-script/releases/download/v1.0.1/script.sh)
19+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization -gitlab-script/releases/download/v1.0.1/script.sh)
2020 - npm run test
2121` ` `
2222
@@ -48,7 +48,7 @@ test_node:
4848 - export DD_API_KEY="YOUR_API_KEY_SECRET"
4949 - export DD_ENV="staging-tests"
5050 - export DD_TAGS="layer:api,team:intake,key:value"
51- - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-visibility -gitlab-script/releases/download/v1.0.1/script.sh)
51+ - LANGUAGES="js" SITE="datad0g.com" source <(curl -Ls https://github.com/DataDog/test-optimization -gitlab-script/releases/download/v1.0.1/script.sh)
5252 - npm run test
5353` ` `
5454
@@ -64,7 +64,7 @@ To use this script with vitest you need to modify the NODE_OPTIONS environment v
6464test_node_vitest:
6565 image: node:latest
6666 script:
67- - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-visibility -gitlab-script/releases/download/v1.0.1/script.sh)
67+ - LANGUAGES="js" SITE="datadoghq.com" API_KEY="YOUR_API_KEY_SECRET" source <(curl -Ls https://github.com/DataDog/test-optimization -gitlab-script/releases/download/v1.0.1/script.sh)
6868 - export NODE_OPTIONS="$NODE_OPTIONS --import $DD_TRACE_ESM_IMPORT"
6969 - npm run test
7070` ` `
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ while IFS='=' read -r name value; do
9292done < <( DD_CIVISIBILITY_INSTRUMENTATION_LANGUAGES=" ${LANGUAGES} " ./install_test_visibility.sh)
9393
9494echo " ---"
95- echo " Installed Test Visibility libraries:"
95+ echo " Installed Test Optimization libraries:"
9696
9797if [ ! -z " $DD_TRACER_VERSION_DOTNET " ]; then
9898 echo " - __.NET:__ $DD_TRACER_VERSION_DOTNET "
You can’t perform that action at this time.
0 commit comments