Skip to content

Commit 159e8f2

Browse files
committed
warning and suggestion fixes
1 parent 37aa861 commit 159e8f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/test/associate-automated-test-with-test-case.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See the following frequently asked questions (FAQs).
8787
* Tests that use the .NET core framework **can** be associated with a test case
8888
work item when using Visual Studio 15.9 Preview 2 or later.
8989
Run the .NET core tests. The appropriate target framework must be specified
90-
in a [.runsettings file](/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file.md).
90+
in a [.runsettings file](/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file?).
9191
However, these tests can't be run using Microsoft Test Manager and XAML builds.
9292
* Tests that use other test frameworks such as Chutzpah (for JavaScript tests
9393
such as Mocha or QUnit), or Jest **cannot** be associated with a test case.

docs/test/run-automated-tests-from-test-hub.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ test runs in parallel if:
228228

229229
* Testers don't run the same tests in parallel. Doing so might cause results to be overwritten depending on the order of execution.
230230

231-
To enable multiple different test runs to execute in parallel, set the Azure Pipelines stage trigger option for [behavior when multiple releases are waiting to be deployed](../pipelines/release/triggers.md#env-triggers)
232-
as follows:
231+
To enable multiple different test runs to execute in parallel, set the Azure Pipelines stage trigger option for [behavior when multiple releases are waiting to be deployed](../pipelines/release/triggers.md) as follows:
233232

234233
* If your application supports tests running in parallel from different sources, set this option to **Allow multiple releases to be deployed at the same time**.
235234

0 commit comments

Comments
 (0)