Skip to content

try a passing example #5

try a passing example

try a passing example #5

Workflow file for this run

name: "Captain Cucumber Integration Example"
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 22.x
- uses: rwx-research/setup-captain@v1
- run: npm install
- run: captain run captain-examples-cucumber-js
env:
RWX_ACCESS_TOKEN: ${{ secrets.RWX_ACCESS_TOKEN }}