diff --git a/docs/html/images/training/ctl-config.png b/docs/html/images/training/ctl-config.png index 82f63c85274d7..3a4f7385183c6 100644 Binary files a/docs/html/images/training/ctl-config.png and b/docs/html/images/training/ctl-config.png differ diff --git a/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd b/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd index 8fc4dcac25d48..df8b1bc5c9a67 100644 --- a/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd +++ b/docs/html/training/testing/unit-testing/instrumented-unit-tests.jd @@ -292,23 +292,21 @@ from the command line. Test results provide test logs and include the details of any app failures.
- Before you can start using Firebase Test Lab, you need to: + Before you can start using Firebase Test Lab, you need to do the following +unless you already have a Google account and a Firebase project with the Blaze +billing plan enabled:
Note: To learn about billing, +see Test +Lab billing.
- Android Studio provides integrated tools that allow you to configure how you - want to deploy your tests to Firebase Test Lab. After you have created a Google - Cloud project with active billing, you can create a test configuration and - run your tests: +Android Studio provides integrated tools that allow you to configure how you +want to deploy your tests to Firebase Test Lab. After you have created a +Firebase project with Blaze plan billing, you can create a test configuration +and run your tests:
.
+ alt="" class="inline-icon">.
to see all your executed tests.
+ "" class="inline-icon"/> to see all your executed tests.
@@ -416,15 +414,7 @@ Configure a test matrix and run a test
You can also analyze your tests on the web by following the link displayed at - the beginning of the test execution log in the Run window, as shown - in figure 3. -
- -
-
-- Figure 3. Click the link to view detailed test results on - the web. + the beginning of the test execution log in the Run window.