Skip to content

Commit

Permalink
Merge pull request #2 from captain-examples/kt/specify-lang-and-frame…
Browse files Browse the repository at this point in the history
…work

Specify the language and framework
  • Loading branch information
kylekthompson authored Apr 26, 2024
2 parents 67dc835 + 037e8a8 commit c1f3db0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .captain/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ test-suites:
captain-examples-cucumber:
command: bundle exec cucumber --format json --out tmp/cucumber.json --format pretty
results:
language: Ruby
framework: Cucumber
path: tmp/cucumber.json
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GEM
ffi (~> 1.1)

PLATFORMS
arm64-darwin-21
x86_64-darwin-21
x86_64-linux

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@ See the [full documentation on test suite integration][test-suite-integration].

```yaml
- uses: rwx-research/setup-captain@v1
- run: |
captain run \
--suite-id captain-examples-cucumber \
--test-results tmp/cucumber.json \
-- \
bundle exec cucumber \
--format json --out tmp/cucumber.json \
--format pretty
- run: captain run captain-examples-cucumber
env:
RWX_ACCESS_TOKEN: ${{ secrets.RWX_ACCESS_TOKEN }}
```
Expand Down

0 comments on commit c1f3db0

Please sign in to comment.