Skip to content

Commit

Permalink
chore: Update CONTRIBUTING instructions for running tests using Appra…
Browse files Browse the repository at this point in the history
…isal (#1167)

* chore: Update contributing instructions for running tests

* Update CONTRIBUTING.md

Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>

---------

Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
  • Loading branch information
hannahramadan and kaylareopelle authored Oct 1, 2024
1 parent dd0084b commit ea603ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ For example, to test `opentelemetry-instrumentation-action_pack` you would:
2. Install the bundle with `bundle install`
3. Run the tests with `bundle exec rake`

Note: Some test suites make use of [Appraisal](https://github.com/thoughtbot/appraisal), a library for testing against different versions of dependencies. To run tests in suites that use Appraisal:

1. Change directory to the instrumentation you'd like to test, ex: `instrumentation/action_pack`
2. Install the bundle with `bundle exec appraisal install`
3. Run the tests with `bundle exec appraisal rake test`

### Docker setup

We use Docker Compose to configure and build services used in development and
Expand Down

0 comments on commit ea603ac

Please sign in to comment.