Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.94 KB

File metadata and controls

41 lines (24 loc) · 1.94 KB

< Return to Overview

accessPass - Seller provided access control barcodes (access-pass-barcode-seller-provided)

Support for accessPass provided by the Seller, in the form of a barcode

https://www.openactive.io/open-booking-api/EditorsDraft/#extension-point-for-barcode-based-access-control

Coverage Status: complete

Test prerequisites - Opportunities

Opportunities that match the following criteria must exist in the booking system (for each configured bookableOpportunityTypesInScope) for the configured primary Seller in order to use useRandomOpportunities: true. Alternatively the following testOpportunityCriteria values must be supported by the test interface of the booking system for useRandomOpportunities: false.

TestOpportunityOfflineBookable x3, TestOpportunityBookable x1

Running tests for only this feature

npm start -- --runInBand test/features/access/access-pass-barcode-seller-provided/

'Implemented' tests

Update default.json within packages/openactive-integration-tests/config/ as follows to enable 'Implemented' testing for this feature:

"implementedFeatures": {
  ...
  "access-pass-barcode-seller-provided": true,
  ...
}
Identifier Name Description Prerequisites per Opportunity Type Required Test Interface Actions
access-barcode-seller Successful booking with access barcode from seller. Access pass contains barcode returned for B request from seller. TestOpportunityOfflineBookable x3, TestOpportunityBookable x1