How to automate integration testing as part of the CD pipeline after deployment is done ?
19 views
Skip to first unread message
Thirunarayanan Sowrirajan
unread,
Dec 19, 2019, 9:43:43 AM12/19/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RestSharp
I am thinking to use Restsharp and write tests for my asp.net core web api. I am thinking to create a xUnit test project and write my integration tests in it. The question is: how do i automate the integration tests to run after deployment and still be part of my CD pipeline?
Alexey Zimarev
unread,
Jan 6, 2020, 9:56:58 AM1/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RestSharp
Well, nobody can stop you from calling an external API from unit tests. We have some tests in RestSharp itself that call LinkedIn or Twitter.