https://github.com/sshnet/integrationtests
Integration tests for SSH.NET
https://github.com/sshnet/integrationtests
Last synced: 7 months ago
JSON representation
Integration tests for SSH.NET
- Host: GitHub
- URL: https://github.com/sshnet/integrationtests
- Owner: sshnet
- License: mit
- Created: 2022-02-26T12:31:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T17:42:04.000Z (over 2 years ago)
- Last Synced: 2025-06-20T06:29:11.283Z (7 months ago)
- Language: C#
- Size: 460 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to run tests
Use the following procedure to run the **SSH.NET** integration tests:
* Build the docker image in **/docker**.
On Windows, you can execute the 'build.cmd' script from **/docker**.
* Run the docker container that we just built.
On Windows, you can execute the 'run.cmd' script from **/docker**.
* Build the **Visual Studio** solution.
* Run the tests in **Visual Studio**.