From 499b7085bd2021da9e6675e4f2060827d7cf01e1 Mon Sep 17 00:00:00 2001 From: Stephan Pohl Date: Thu, 12 Dec 2019 10:52:38 +0100 Subject: [PATCH] Add table of contents --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8562fbd..73eaa6f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ ![David](https://img.shields.io/david/shopware/e2e-testsuite-platform) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/shopware/e2e-testsuite-platform) +* [Setup for plugins](#setup-for-plugins) +* [Writing tests](#writing-tests) +* [Locally running tests](#locally-running-tests) +* [Gitlab integration](#gitlab-integration) +* [Commands](#commands) + + [General commands](#general-commands) + + [Storefront commands](#storefront-commands) + + [System commands](#system-commands) + + [API commands](#api-commands) +* [Local development of the testsuite](#local-development-of-the-testsuite) + This package contains the e2e test suite for Shopware 6. The test suite is built on top of [Cypress](https://github.com/cypress-io/cypress) as well as the following Cypress plugins: - [`cypress-select-tests`](https://github.com/bahmutov/cypress-select-tests)