Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(cypress): only use the cypress cloud on pull requests #40736

Merged
merged 1 commit into from Oct 2, 2023

Commits on Oct 2, 2023

  1. test(cypress): only use the cypress cloud on pull requests

    * Disable recording on integration branches.
    * No parallelization on integration branches.
    
    This will still run the cypress tests - but a bit slower and without recordings.
    
    The matrix syntax to enable this is somewhat hard to parse.
    In case of a PR the matrix will contain one entry for use-cypress-cloud
    with the value `true`. Otherwise it will have one entry `false`.
    
    This way we can exclude containers for the case without the cypress cloud.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Oct 2, 2023
    Copy the full SHA
    716d1a2 View commit details
    Browse the repository at this point in the history