File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- [ ![ Build status] ( https://dev.azure.com/APS-SD-Stewards/APS-SD/_apis/build/status/proscrumdev.battleship-cpp -CI )] ( https://dev.azure.com/APS-SD-Stewards/APS-SD/_build/latest?definitionId=22 )
2
+ [ ![ Build status] ( https://dev.azure.com/APS-SD-Stewards/APS-SD/_apis/build/status/proscrumdev.battleship-nodejs -CI )] ( https://dev.azure.com/APS-SD-Stewards/APS-SD/_build/latest?definitionId=22 )
3
3
4
4
# Battleship NodeJs
5
5
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- task : NodeTool@0
14
14
inputs :
15
- versionSpec : ' 10 .x'
15
+ versionSpec : ' 12 .x'
16
16
displayName : ' Install Node.js'
17
17
18
18
- script : |
@@ -21,11 +21,11 @@ steps:
21
21
22
22
- script : |
23
23
./node_modules/.bin/mocha ./**/*Tests.js --reporter mocha-junit-reporter --reporter-options mochaFile=testresults_mocha.xml
24
- displayName : " run cucumber tests"
24
+ displayName : " run Mocha tests"
25
25
26
26
- script : |
27
27
./node_modules/.bin/cucumber-js ./GameController_ATDD --format json | ./node_modules/.bin/cucumber-junit > testresults_cucumber.xml
28
- displayName : " run cucumber tests"
28
+ displayName : " run Cucumber tests"
29
29
30
30
- task : PublishTestResults@2
31
31
inputs :
You can’t perform that action at this time.
0 commit comments