Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 447 Bytes

File metadata and controls

19 lines (10 loc) · 447 Bytes

Doc Scan Sandbox Example

An example of configuring a session response can be found in the FeatureContext

Configuring the application

  1. Rename the .env.example file to .env and fill in the required configuration values

Installing dependencies

  1. docker-compose up composer

Running the test

  1. docker-compose up test

Stopping services

  1. docker-compose down