Skip to content

Commit

Permalink
Merge pull request #456 from ppodgorsek/issue-454
Browse files Browse the repository at this point in the history
Issue #454 - Add a table of contents to the README
  • Loading branch information
ppodgorsek authored Sep 18, 2023
2 parents 783a059 + 59235ef commit 2b47052
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Robot Framework in Docker, with Firefox, Chrome and Microsoft Edge

## Table of contents

* [What is it?](#what-is-it)
* [Versioning](#versioning)
* [Running the container](#running-the-container)
* [Switching browsers](#switching-browsers)
* [Changing the container's screen resolution](#changing-the-containers-screen-resolution)
* [Changing the container's tests and reports directories](#changing-the-containers-tests-and-reports-directories)
* [Parallelisation](#parallelisation)
* [Parallelisation options](#parallelisation-options)
* [Passing additional options](#passing-additional-options)
* [Testing emails](#testing-emails)
* [Dealing with Datetimes and Timezones](#dealing-with-datetimes-and-timezones)
* [Security consideration](#security-consideration)
* [Continuous integration](#continuous-integration)
* [Defining a test run ID](#defining-a-test-run-id)
* [Upload test reports to an AWS S3 bucket](#upload-test-reports-to-an-aws-s3-bucket)
* [Testing this project](#testing-this-project)
* [Troubleshooting](#troubleshooting)
* [Chromium is crashing](#chromium-is-crashing)
* [Accessing the logs](#accessing-the-logs)
* [Error: Suite contains no tests](#error-suite-contains-no-tests)
* [Database tests are failing in spite of the DatabaseLibrary being present](#database-tests-are-failing-in-spite-of-the-databaselibrary-being-present)
* [Supported devices and architectures](#supported-devices-and-architectures)
* [Please contribute!](#please-contribute)

-----

## What is it?

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

0 comments on commit 2b47052

Please sign in to comment.