From 0fd55fac4c463fe089cf231d6245b4675ff77e69 Mon Sep 17 00:00:00 2001 From: Naufan Rizal Date: Fri, 6 Oct 2023 15:19:33 +1300 Subject: [PATCH] Updates Mocha & Jasmine link in TA overview page and add Playwright --- pages/test_analytics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/test_analytics.md b/pages/test_analytics.md index 40e574f2a4..971f5674b9 100644 --- a/pages/test_analytics.md +++ b/pages/test_analytics.md @@ -22,8 +22,9 @@ Test Analytics helps you track and analyze the steps in that pipeline that invol <%= button ":rspec: RSpec", "/docs/test-analytics/ruby-collectors#rspec-collector" %> <%= button ":ruby: minitest", "/docs/test-analytics/ruby-collectors#minitest-collector" %> <%= button ":jest: Jest", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-jest" %> - <%= button ":mocha: Mocha", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-mocha-collector" %> - <%= button ":jasmine: Jasmine", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-jasmine-collector" %> + <%= button ":mocha: Mocha", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-mocha" %> + <%= button ":jasmine: Jasmine", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-jasmine" %> + <%= button ":playwright: Playwright", "/docs/test-analytics/javascript-collectors#configure-the-test-framework-playwright" %> <%= button ":swift: Swift", "/docs/test-analytics/swift-collectors" %> <%= button ":android: Android", "/docs/test-analytics/android-collectors" %> <%= button ":pytest: pytest", "/docs/test-analytics/python-collectors" %>