Skip to content

GAUGE_PYTHON_COMMAND does not support relative paths (e.g. .venv/bin/python) #485

Description

@JakubStyczen

When using a virtual environment in a Gauge project, setting GAUGE_PYTHON_COMMAND to a relative path like .venv/bin/python fails because the plugin's working directory is the plugin install directory, not the project root.

The GAUGE_PROJECT_ROOT environment variable is available but not used to resolve relative paths in start.sh / start.bat.

This is inconsistent with STEP_IMPL_DIR, which already resolves relative paths against GAUGE_PROJECT_ROOT in util.py.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions