We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a8e7c commit ce2de27Copy full SHA for ce2de27
2 files changed
azure/azure-build-pipeline.yml
@@ -57,11 +57,11 @@ extends:
57
workingDirectory: "${{ variables.service_name }}"
58
- bash: |
59
if [ ! -f "reports/tests/async-slowapp.xml" ] || [ ! -f "reports/tests/sync-wrap.xml" ]; then
60
- echo "Test results not found"
+ echo "Test reports not found"
61
exit -1
62
fi
63
workingDirectory: ${{ variables.service_name }}
64
- displayName: Check test results exist
+ displayName: Check test reports exist
65
- task: PublishTestResults@2
66
inputs:
67
testResultsFormat: "JUnit"
docker/sync-wrap/.mocharc.yml
@@ -1,4 +1,5 @@
1
spec: './src/*.spec.js'
2
ui: bdd
3
+timeout: 10000 # 10 seconds
4
watch-files:
5
- 'src/**/*.js'
0 commit comments