Skip to content

Commit

Permalink
add to readme about testing singular file
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed May 8, 2024
1 parent 9ae4e7f commit 6999389
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ Total tests: 18
1>Done Building Project "/Users/nathan.contino/Documents/docs-realm/examples/dotnet/dotnet.sln" (VSTest target(s)).
```

## Run a Singular Test

```
dotnet test --filter "FullyQualifiedName=Examples.[NAME_OF_THE_FILE]"
```

- NAME_OF_THE_FILE: Name of the test file without the file extension.
- Ex. If the file is BaseURLChange.cs, NAME_OF_THE_FILE = BaseURLChange

# The Testing Backend

Expand Down

0 comments on commit 6999389

Please sign in to comment.