Skip to content

Commit

Permalink
GitBook: [master] 33 pages and 15 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis authored and gitbook-bot committed Feb 10, 2021
1 parent bd9530f commit d3dcbdc
Show file tree
Hide file tree
Showing 48 changed files with 1,377 additions and 0 deletions.
Binary file added .gitbook/assets/aws-sorry-cypress.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions .gitbook/assets/button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/ci_url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/empty-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/heroku-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/heroku-002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .gitbook/assets/launch-stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/octolumbercat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/parallelization-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/sc-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/sc-run-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/sc-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/shuttle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .gitbook/assets/shuttle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/sorry-cypress-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Documentation

![](.gitbook/assets/octolumbercat.png)

Sorry-cypress is an open-source, on-premise, self-hosted alternative to Cypress dashboard 🌲

### ⭐️ Features

* Run cypress tests in parallel without dashboard, no limitations
* Upload screenshots and videos to your own storage
* Self-hosted - use your own infrastructure, own your data
* Integrate with GitHub, Slack and other 3rd party tools via web hooks
* Browse test results, failures, screenshots and video recordings
* Deploy on any popular cloud platform:
* Docker images
* Docker Compose files
* Kubernetes Helm Charts
* AWS
* Heroku
* Google Cloud
* Azure

### 💎 Support



{% hint style="info" %}
Please help us by taking a short 1-minute [survey](https://forms.gle/qxoTPFiokLWuc6eZ7). Thank you!
{% endhint %}



59 changes: 59 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Table of contents

* [Documentation](README.md)

## Guide

* [Get Started](guide/basic-setup.md)
* [Dashboard and API](guide/dashboard-and-api.md)
* [Cloud Setup](guide/cloud-setup.md)

## Cloud <a id="cloud-setup"></a>

* [AWS](cloud-setup/aws/README.md)
* [AWS S3 Manual Setup](cloud-setup/aws/aws-s3-storage.md)
* [Google Cloud](cloud-setup/google-cloud.md)
* [Microsoft Azure](cloud-setup/azure.md)
* [Heroku](cloud-setup/heroku.md)
* [Kubernetes](cloud-setup/kubernetes.md)
* [Docker Images](cloud-setup/docker-images.md)

## Configuration

* [Basic Setup](configuration/in-memory.md)
* [Full Setup](configuration/persistent.md)
* [Director Service](configuration/director-configuration.md)
* [API Service](configuration/api-configuration.md)
* [Web Dashboard](configuration/dashboard-configuration.md)

## Integrations

* [Webhooks](integrations/webhooks.md)
* [Slack Integration](integrations/slack-integration.md)
* [GitHub Integration](integrations/github-integration.md)

## Cypress Agent

* [Parallelization Explained](cypress-agent/parallelization-guide.md)
* [Agent Configuration](cypress-agent/configuring-cypress-agent.md)
* [CLI One Liners](cypress-agent/cli-one-liners.md)
* [Executable Wrapper](cypress-agent/wrapper.md)

## CI

* [GitHub Actions](ci/github-actions.md)
* [Travis](ci/travis.md)
* [Jenkins](ci/jenkins.md)
* [AWS Codebuild](ci/aws-codebuild.md)

## Development

* [Development Guide](development/development-guide.md)

---

* [Community Content](community-content.md)
* [❤️ Contributions](contributions.md)
* [Support](support-us.md)
* [FAQ](faq.md)

2 changes: 2 additions & 0 deletions ci/aws-codebuild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# AWS Codebuild

8 changes: 8 additions & 0 deletions ci/github-actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GitHub Actions

{% hint style="danger" %}
Under construction
{% endhint %}

[https://github.com/sorry-cypress/sorry-cypress/issues/46](https://github.com/sorry-cypress/sorry-cypress/issues/46)

8 changes: 8 additions & 0 deletions ci/jenkins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Jenkins

{% hint style="danger" %}
Under construction
{% endhint %}



8 changes: 8 additions & 0 deletions ci/travis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Travis

{% hint style="danger" %}
Under construction
{% endhint %}



Loading

0 comments on commit d3dcbdc

Please sign in to comment.