Skip to content

Commit

Permalink
Updates Mocha & Jasmine link in TA overview page and add Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
nprizal committed Oct 6, 2023
1 parent c25440c commit 0fd55fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/test_analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %>
Expand Down

0 comments on commit 0fd55fa

Please sign in to comment.