Skip to content

Commit

Permalink
Add Table of Contents
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 26, 2024
1 parent f5c8da7 commit 5c48215
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,32 @@ visualizes the steps of a widget test as HTML report with automatic screenshots,
⛓️ Chainable widget selectors<br/>
💙 Useful error messages (with full tree dump)<br/>
🌱 Opt-in, works with plain `testWidgets()`<br/>
💫 Ful compatibility with `integration_test`<br/>
💫 Full compatibility with `integration_test`<br/>

- [Get started](#get-started)
- [Timeline](#timeline)
- [Overview](#overview)
- [Add custom events to the Timeline](#add-custom-events-to-the-timeline)
- [Change Timeline mode](#change-timeline-mode)
- [Timeline in console on CI](#timeline-in-console-on-ci)
- [Screenshots](#screenshots)
- [Manual Screenshots](#manual-screenshots)
- [Load Fonts](#load-fonts)
- [spot - Widget selectors](#widget-selectors-spot)
- [Chain selectors](#chain-selectors)
- [Selectors](#selectors)
- [Better errors](#better-errors)
- [Matchers](#matchers)
- [Selectors vs. Matchers](#selectors-vs-matchers)
- [Find offstage widgets](#find-offstage-widgets)
- [act - tap, drag, type](#act-tap-drag-type-click)
- [tap](#tap)
- [enterText](#entertext)
- [dragUntilVisible](#draguntilvisible)
- [more act functions](#more-act-functions)
- [Roadmap](#roadmap)
- [Project state](#project-state)
- [License](#license)

## Get started

Expand Down

0 comments on commit 5c48215

Please sign in to comment.