Skip to content

Commit

Permalink
Merge pull request #1769 from aspnet/release/2.1
Browse files Browse the repository at this point in the history
collect log messages during browser tests (#1670)
  • Loading branch information
analogrelay committed Mar 29, 2018
2 parents 80b842e + a4d0bf2 commit 0285549
Show file tree
Hide file tree
Showing 9 changed files with 146 additions and 445 deletions.
2 changes: 1 addition & 1 deletion build/repo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<Target Name="RunBrowserTests">
<Message Text="Running TypeScript client Browser tests" Importance="high" />
<Exec Command="npm run ci-test -- --configuration $(Configuration) -v" WorkingDirectory="$(RepositoryRoot)clients/ts/FunctionalTests" IgnoreStandardErrorWarningFormat="true" />
<Exec Command="npm run ci-test -- --configuration $(Configuration)" WorkingDirectory="$(RepositoryRoot)clients/ts/FunctionalTests" IgnoreStandardErrorWarningFormat="true" />
</Target>

<PropertyGroup>
Expand Down

0 comments on commit 0285549

Please sign in to comment.