Skip to content

Commit 8fd7136

Browse files
author
Joao Antao
committed
Add information to test readme file on how to run tests in VS IDE. (#58)
1 parent 46214e0 commit 8fd7136

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

BunqSdk.Tests/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Introduction
44
Hi developers!
55

6-
Welcome to the bunq Java SDK integration tests. Currently we are not
6+
Welcome to the bunq C# SDK integration tests. Currently we are not
77
targeting the 100% test coverage, but rather want to be certain that the most
88
common scenarios can run without any errors.
99

@@ -34,4 +34,6 @@ same directory, fill in your sandbox user data and rename the copy to `config.js
3434

3535
## Execution
3636
To run tests via Rider, you can right click on the `BunqSdk.Tests` solution and should be able to run
37-
the tests cases form the IDE.
37+
the tests cases from the IDE.
38+
To run the tests via Visual Studio, you can use the Test Explorer window. Use default shortcut Ctrl+R, A
39+
for test cases execution.

0 commit comments

Comments
 (0)