|
1 | 1 | # Robot Framework in Docker, with Firefox, Chrome and Microsoft Edge |
2 | 2 |
|
| 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 | + |
3 | 31 | ## What is it? |
4 | 32 |
|
5 | 33 | This project consists of a Docker image containing a Robot Framework installation. |
|
0 commit comments