From ee7c55ecbc4da10b2d8e6d9a615fddc9c3e1569a Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 4 Jan 2024 09:59:53 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4011eed..10a78fb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Gander is a preconfigured Open Telemetry stack relying on Prometheus, Grafana, and Grafana Tempo. -`ddev add tag1consulting/ddev-gander`, run Drupal core's OpenTelemetry phpunit tests, and immediately see performance metrics and traces in a Grafana dashboard. Or add PerformanceTestBase coverage to an existing project with a few lines of code if you already have phpunit functional test coverage of your project. +`ddev get tag1consulting/ddev-gander`, run Drupal core's OpenTelemetry phpunit tests, and immediately see performance metrics and traces in a Grafana dashboard. Or add PerformanceTestBase coverage to an existing project with a few lines of code if you already have phpunit functional test coverage of your project. For more information on the phpunit side of things, see [the Drupal core change record](https://www.drupal.org/node/3366904). @@ -21,7 +21,7 @@ Prerequisites: * Ensure you can already run functional JavaScript tests in the ddev environment. Add Gander and run Drupal's performance tests via a git clone of Drupal core: -* ddev add tag1consulting/ddev-gander +* ddev get tag1consulting/ddev-gander * ddev restart * ddev ssh * To run a single test three times in order to check the Gander installation, ensure you're in the document root first: `for run in 1..3; do vendor/bin/phpunit -c core/phpunit.xml profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php --filter hot; done;`