Skip to content

Commit

Permalink
πŸ“– Update TOC on TESTING.md (#32304)
Browse files Browse the repository at this point in the history
Structure was changed on #30910

npx markdown-toc --bullets="-" --no-firsth1 contributing/TESTING.md
  • Loading branch information
alanorozco committed Jan 29, 2021
1 parent e9e76fd commit 8e842b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions contributing/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ This document provides details for testing and building your AMP code.
- [Chrome extension](#chrome-extension)
- [Visual Diff Tests](#visual-diff-tests)
- [Failing Tests](#failing-tests)
- [Running Visual Diff Tests Locally](#running-visual-diff-tests-locally)
- [Flaky Tests](#flaky-tests)
- [How Are Tests Executed](#how-are-tests-executed)
- [Adding and Modifying Visual Diff Tests](#adding-and-modifying-visual-diff-tests)
- [One-time Setup](#one-time-setup)
- [Writing the Test](#writing-the-test)
- [Isolated Component Testing](#isolated-component-testing)
- [Testing on devices](#testing-on-devices)
- [Testing with ngrok](#testing-with-ngrok)
- [Testing with Firebase](#testing-with-firebase)
- [End-to-end Tests](#end-to-end-tests)
- [Testing Ads](#testing-ads)
- [End-to-End Tests](#end-to-end-tests)
- [Performance Testing Node Build Tools](#performance-testing-node-build-tools)

## Testing commands

Expand Down

0 comments on commit 8e842b8

Please sign in to comment.