File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
test/Atata.Cli.HtmlValidate.IntegrationTests Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4444 command : build
4545 projects : ' **/*.sln'
4646 arguments : -c $(buildConfiguration) -p:RunCodeAnalysis=false
47+ - script : sudo npm install -g html-validate
48+ displayName : Install html-validate NPM package
4749 - task : DotNetCoreCLI@2
4850 displayName : Run tests
4951 timeoutInMinutes : 30
Original file line number Diff line number Diff line change 1- using System . Runtime . InteropServices ;
2- using Atata . Cli . Npm ;
1+ using Atata . Cli . Npm ;
32using NUnit . Framework ;
43
54namespace Atata . Cli . HtmlValidate . IntegrationTests
@@ -8,12 +7,10 @@ namespace Atata.Cli.HtmlValidate.IntegrationTests
87 public class SetUpFixture
98 {
109 [ OneTimeSetUp ]
11- public void GlobalSetUp ( ) =>
10+ public void GlobalSetUp ( )
11+ {
1212 new NpmCli ( )
13- . WithCliCommandFactory ( OSDependentShellCliCommandFactory
14- . UseCmdForWindows ( )
15- . UseForOS ( OSPlatform . OSX , new ShShellCliCommandFactory ( ) )
16- . UseForOtherOS ( new SudoShellCliCommandFactory ( ) ) )
1713 . InstallIfMissing ( HtmlValidateCli . Name , global : true ) ;
14+ }
1815 }
1916}
You can’t perform that action at this time.
0 commit comments