Skip to content

Commit

Permalink
Add documentation about .sus.env environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 8, 2024
1 parent ef55859 commit 93e2a95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Experimental extension for showing tests in VSCode.

## Usage

### Environment Variables

In some cases, you might want to specify a custom `BUNDLE_GEMFILE` or other environment variables that need to be set before the test suite is loaded. You can do this by defining a `.env.sus` dotenv file in the root of your project. This file will be loaded by the extension and the environment variables will be set before any commands are run.

## Debugging

- Check out the code.
Expand Down

0 comments on commit 93e2a95

Please sign in to comment.