Skip to content

Commit 59235ef

Browse files
committed
Issue #454 - Add a table of contents to the README
1 parent 783a059 commit 59235ef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Robot Framework in Docker, with Firefox, Chrome and Microsoft Edge
22

3+
## Table of contents
4+
5+
* [What is it?](#what-is-it)
6+
* [Versioning](#versioning)
7+
* [Running the container](#running-the-container)
8+
* [Switching browsers](#switching-browsers)
9+
* [Changing the container's screen resolution](#changing-the-containers-screen-resolution)
10+
* [Changing the container's tests and reports directories](#changing-the-containers-tests-and-reports-directories)
11+
* [Parallelisation](#parallelisation)
12+
* [Parallelisation options](#parallelisation-options)
13+
* [Passing additional options](#passing-additional-options)
14+
* [Testing emails](#testing-emails)
15+
* [Dealing with Datetimes and Timezones](#dealing-with-datetimes-and-timezones)
16+
* [Security consideration](#security-consideration)
17+
* [Continuous integration](#continuous-integration)
18+
* [Defining a test run ID](#defining-a-test-run-id)
19+
* [Upload test reports to an AWS S3 bucket](#upload-test-reports-to-an-aws-s3-bucket)
20+
* [Testing this project](#testing-this-project)
21+
* [Troubleshooting](#troubleshooting)
22+
* [Chromium is crashing](#chromium-is-crashing)
23+
* [Accessing the logs](#accessing-the-logs)
24+
* [Error: Suite contains no tests](#error-suite-contains-no-tests)
25+
* [Database tests are failing in spite of the DatabaseLibrary being present](#database-tests-are-failing-in-spite-of-the-databaselibrary-being-present)
26+
* [Supported devices and architectures](#supported-devices-and-architectures)
27+
* [Please contribute!](#please-contribute)
28+
29+
-----
30+
331
## What is it?
432

533
This project consists of a Docker image containing a Robot Framework installation.

0 commit comments

Comments
 (0)