.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
.