Skip to content

Commit fb5a820

Browse files
authored
Fix pics names (#8632)
1 parent 50fccdb commit fb5a820

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/test/remote-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ The environment can be specified in `testEnvironments.json` in the root of your
110110
## Use the Test Explorer to run and debug remote tests
111111
* The active environment is selected via a drop-down in the Test Explorer tool bar. Currently, only one test environment can be active at a time.
112112

113-
![Remote testing environment drop down in Test Explorer](media/remote_test_drop_down.png)
113+
![Remote testing environment drop down in Test Explorer](media/remote-test-drop-down.png)
114114

115115
* Once an environment is selected, tests are discovered and run in the new environment.
116116

117-
![Tests are discovered and executed in remote environments](media/remote_test_linux_discovery.png)
117+
![Tests are discovered and executed in remote environments](media/remote-test-linux-discovery.png)
118118

119119
* You can now run your tests inside the remote and debug your tests in environments!
120120

121-
![View test results from remote environment in the test explorer](media/remote_test_linux_passing.png)
121+
![View test results from remote environment in the test explorer](media/remote-test-linux-passing.png)
122122

123123
* Test Explorer may prompt you to install some missing environment prerequisites and attempt to install missing dependencies. However, the bulk of the provisioning of the remote environment is up to the user’s specification.
124124

0 commit comments

Comments
 (0)