Skip to content

A sample repository for structuring the layers of tests for a project in .NET Core.

Notifications You must be signed in to change notification settings

marcroussy/TestingLayers-DotNetCore-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestingLayers-DotNetCore-Sample

A sample repository for how I like to structure the different layers of tests for a project in .NET Core.

Requirements To Run Locally

You'll need to have two environment values set to run the Acceptance and External Dependency Tests:

  • TL_API_URL : The URL against which you want the acceptance tests to run

On a Mac, you can use these commands to set the environment variables (as of High Sierra 10.13.3):

  • launchctl setenv TL_API_URL "localhost:50314/api"

About

A sample repository for structuring the layers of tests for a project in .NET Core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages