Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 416 Bytes

File metadata and controls

12 lines (8 loc) · 416 Bytes

.NetCore 2.1 Nunit Selenium MailSlurp example

Example MailSlurp usage using MailSlurp NuGet Package .Net Core 2.1 and NUnit and Selenium. See MailSlurp docs for more.

Setup

  • Install dotnet-core-2.1 sdk and cli.
  • dotnet restore
  • dotnet build

Run tests

Set API_KEY=your-api-key in environment variables then run dotnet test.