Running Test Suite
How to run your now configured Test Suite to check your booking system.
Option 1: Single console window
npm startnpm start -- --runInBand test/features/core/test-interface/npm start -- test/features/core/test-interface/implemented/create-opportunity-test.jsnpm start test-interfacenpm start create-opportunity-testOption 2: Two separate console windows
Start the Microservice
npm run start-brokerRun the Integration Tests
Reading the test results and debugging
Continuous Integration
Last updated