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

Pass gever parameter as env to cypress run command #4

Merged
merged 3 commits into from Feb 8, 2019

Commits on Feb 5, 2019

  1. Fix error when reaching undefined python path candidates.

    the `path.resolve` function fails when endering an undefined path segment. So test if the segement is defined before resolving the path.
    bierik committed Feb 5, 2019
    Copy the full SHA
    4635f36 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Remove duplicated files

    Those files were accidentally copied and not used.
    bierik committed Feb 8, 2019
    Copy the full SHA
    2dfe5db View commit details
    Browse the repository at this point in the history
  2. Pass gever parameter as env to cypress run command.

    This allows to tell cypress binary if gever is running or not.
    bierik committed Feb 8, 2019
    Copy the full SHA
    bfdc29c View commit details
    Browse the repository at this point in the history