Skip to content

Commit a76f0a9

Browse files
committed
feat: update test-visibility -> test-optimization
1 parent 2a19783 commit a76f0a9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Datadog Test Visibility GitLab Script
1+
Datadog Test Optimization GitLab Script
22
Copyright 2024 Datadog, Inc.
33

44
This product includes software developed at Datadog (https://www.datadoghq.com/).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Execute this script in your GitLab CI's job YAML before running the tests. Pass
1616
test_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
6464
test_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
```

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ while IFS='=' read -r name value; do
9292
done < <(DD_CIVISIBILITY_INSTRUMENTATION_LANGUAGES="${LANGUAGES}" ./install_test_visibility.sh)
9393

9494
echo "---"
95-
echo "Installed Test Visibility libraries:"
95+
echo "Installed Test Optimization libraries:"
9696

9797
if [ ! -z "$DD_TRACER_VERSION_DOTNET" ]; then
9898
echo "- __.NET:__ $DD_TRACER_VERSION_DOTNET"

0 commit comments

Comments
 (0)