Skip to main content

Automated testing on test app server

Comments

1 comment

  • Adrian Tankard

    Depending on your setup this is possible.

    I use Specflow, C#, Selenium and NUnit for my tests.
    For me to achieve what you want

    • I would have to check in my Debug directory to GitHub (because this contains the built version of the project).
    • Each night I would need a timed task to download the Debug Directory from GitHub
    • Then I would need to use DotNet Test to run the tests (see https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test) and create the trx report file.
    • I would then have a timed activity to convert the trx report to a html report and copy somewhere else that is easily accessible.

    Good luck.

    Adrian.

    0

Please sign in to leave a comment.

Powered by Zendesk