npm install
npm run compile
- Open the project folder in Code.
- Choose Debug/Start Debugging or press F5.
- Ctrl + P
- type Debug Unit Tests
- Press Enter
Or start them after compiling the project via:
npm run unittest
- Ctrl + P
- type Debug Integration Tests
- Press Enter
Set the following environment variables on your system:
CODE_TESTS_PATH
: Absolute path toout/test/integrationtest
CODE_TESTS_WORKSPACE
: Absolute path totest/integrationtest/testLogs
Start the integration tests after compiling the project via running:
npm run integrationtest