Skip to content

Commit

Permalink
Fixed table formatting to work both on GH and pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe Gyllebring committed Jun 21, 2018
1 parent bce998f commit 91a2c64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started-dotnet-conesole.md
Expand Up @@ -33,6 +33,8 @@ $ dotnet conesole -- --multicore
```
Most parameters from the classic Conesole runner are supported, some useful ones:

| Option ||
|-|-|
| `--multicore` | Uses multiple threads to run tests. |
| `--include-tests=<pattern>` | Run only tests matchingt pattern. '*' acts as wildcard. |
| `--run-list=<file>` | Executes tests in specified order. One test name per line. |
Expand All @@ -42,4 +44,4 @@ Most parameters from the classic Conesole runner are supported, some useful ones
| `--labels` | Display test names while running. |
| `--test-names` | Display test names, sutiable for runlist |
| `--xml-console` | Output results as XML. |
| `--teamcity` | TeamCity formatted output. |
| `--teamcity` | TeamCity formatted output. |

0 comments on commit 91a2c64

Please sign in to comment.