aspnetcore/test/Cli.FunctionalTests
Doug Bunting 064dce2bef Get e2e tests running
- correct `--filter` syntax; perform `contains` match on `Name` and not `FullyQualifiedName`
  - `FullyQualifiedName` doesn't seem to include NUnit test case data
- move to latest test package versions
- support recent SDK versions

Background: successful but no-op builds have been common lately
- blocking real work on aspnet/AspNetCore-Internal#1843
2019-05-13 22:34:58 -07:00
..
Templates Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
Util Get e2e tests running 2019-05-13 22:34:58 -07:00
AssemblyInfo.cs Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
Cli.FunctionalTests.csproj Get e2e tests running 2019-05-13 22:34:58 -07:00
Cli.FunctionalTests.sln Add AdditionalRestoreSources parameter to Cli.FunctionalTests (#1429) 2018-09-27 12:17:14 -07:00
Directory.Build.props Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
Directory.Build.rsp Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
Directory.Build.targets Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
NuGet.config Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
NuGetPackageSource.cs Add AdditionalRestoreSources parameter to Cli.FunctionalTests (#1429) 2018-09-27 12:17:14 -07:00
README.md Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
RuntimeIdentifier.cs Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
TemplateTests.cs Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
run-tests.ps1 Get e2e tests running 2019-05-13 22:34:58 -07:00
test.sh Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00

README.md

Cli.FunctionalTests

This folder contains tests for ASP.NET Core scenarios in the .NET Core CLI.

This tests in this folder is meant to be kept in isolation from the rest of the repo, and are not invoked during the course of a regular build.