File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626# 'testDebugger'
2727# 'testFunctional'
2828# 'perfomanceTests'
29- # 'testSmoke'
3029# 'venvTests'
3130
3231steps :
@@ -533,28 +532,6 @@ steps:
533532 env:
534533 DISPLAY: :10
535534
536- # Run the smoke tests.
537- #
538- # This task only runs if the string 'testSmoke' exists in variable `TestsToRun`.
539- #
540- # Example command line (windows pwsh):
541- # > npm run clean
542- # > npm run updateBuildNumber -- --buildNumber 0.0.0-local
543- # > npm run package
544- # > npx gulp clean:cleanExceptTests
545- # > npm run testSmoke
546- - bash : |
547- npm install -g vsce
548- npm run clean
549- npm run updateBuildNumber -- --buildNumber $BUILD_BUILDID
550- npm run package
551- npx gulp clean:cleanExceptTests
552- npm run testSmoke
553- displayName: 'Run Smoke Tests'
554- condition: and(succeeded(), contains(variables['TestsToRun'], 'testSmoke'))
555- env:
556- DISPLAY: :10
557-
558535 - task : PublishBuildArtifacts@1
559536 inputs :
560537 pathtoPublish : $(Build.ArtifactStagingDirectory)
Original file line number Diff line number Diff line change 6868 VMImageName : ' macos-10.13'
6969 TestsToRun : ' testSingleWorkspace'
7070 NeedsPythonTestReqs : true
71- ' Mac-Py3.7 Smoke ' :
72- PythonVersion : ' 3.7'
73- VMImageName : ' macos-10.13'
74- TestsToRun : ' testSmoke'
75- NeedsPythonTestReqs : true
7671 ' Mac-Py2.7 Unit+Single ' :
7772 PythonVersion : ' 2.7'
7873 VMImageName : ' macos-10.13'
8883 VMImageName : ' ubuntu-16.04'
8984 TestsToRun : ' testSingleWorkspace'
9085 NeedsPythonTestReqs : true
91- ' Linux-Py3.7 Smoke ' :
92- PythonVersion : ' 3.7'
93- VMImageName : ' ubuntu-16.04'
94- TestsToRun : ' testSmoke'
95- NeedsPythonTestReqs : true
9686 ' Linux-Py2.7 Unit+Single ' :
9787 PythonVersion : ' 2.7'
9888 VMImageName : ' ubuntu-16.04'
Original file line number Diff line number Diff line change 22202220 "testSingleWorkspace" : " node ./out/test/testBootstrap.js ./out/test/standardTest.js" ,
22212221 "testMultiWorkspace" : " node ./out/test/testBootstrap.js ./out/test/multiRootTest.js" ,
22222222 "testPerformance" : " node ./out/test/testBootstrap.js ./out/test/performanceTest.js" ,
2223- "testSmoke" : " node ./out/test/smokeTest.js" ,
22242223 "lint-staged" : " node gulpfile.js" ,
22252224 "lint" : " tslint src/**/*.ts -t verbose" ,
22262225 "clean" : " gulp clean" ,
You can’t perform that action at this time.
0 commit comments