Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test-suite): Fix Sellers Config link #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/open-booking-api/test-suite.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The test suite will making all bookings under a specific `primary` Seller provid

If your booking system only supports a single seller, only the “`primary`” seller is required. If your booking system supports multiple sellers, the “`secondary`” seller must also be set to support the “[multiple-sellers](https://github.com/openactive/openactive-test-suite/blob/master/packages/openactive-integration-tests/test/features/core/multiple-sellers/README.md)” tests.

See the [reference documentation](https://github.com/openactive/openactive-test-suite/tree/master/packages/openactive-integration-tests#sellers) for more information.
See the [reference documentation](https://github.com/openactive/openactive-test-suite/tree/master/packages/openactive-integration-tests#configuration-for-sellers-within-confignode_envjson) for more information.

{% code title="./config/dev.json \(extract\)" %}
```javascript
Expand Down Expand Up @@ -330,7 +330,7 @@ npm run start-tests -- --runInBand test/features/core/test-interface/
```

```bash
npm run start-tests -- --runInBand test/features/core/test-interface/implemented/create-opportunity-test.js
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trimmed an extraneous space

npm run start-tests -- --runInBand test/features/core/test-interface/implemented/create-opportunity-test.js
```

## Reading the test results and debugging
Expand Down