Skip to content

Commit

Permalink
Instructions for running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 6, 2025
1 parent 9605f99 commit a8d7000
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,29 @@ The `images/` folders hosts some images for Ruby applications.

Ruby base images include `Datadog::DemoEnv` and other helpers.

### Running Integration Tests

1. Pick an application to run the tests against:

```
cd apps/rails-seven
```

2. Pick a Ruby version and build Docker images:

```
./script/build-images -v 3.3
```

Note: you need to build the images using this command whenever you make
any changes in the source code.

3. Run integration test script:

```
./script/ci -v 3.3
```

### Debugging

#### Profiling memory
Expand Down

0 comments on commit a8d7000

Please sign in to comment.