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:

    -
  1. - Create a - Google Cloud Platform account to use with active billing. -
  2. - -
  3. - Create a Google - Cloud project for your app. -
  4. - -
  5. - Set up an active - billing account and associate it with the project you just created. +
  6. Create a Google account, + if you don't have one already.
  7. +
  8. In the Firebase + console, click Create New Project.
  9. +
  10. In the Firebase console, click Upgrade, and then click Select +Plan in the Blaze plan column. +

    Note: To learn about billing, +see Test +Lab billing.

@@ -318,10 +316,10 @@ Configure a test matrix and run a test

- 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:

    @@ -329,7 +327,8 @@ Configure a test matrix and run a test the main menu. -
  1. Click Add New Configuration (+) and select +
  2. Click Add New Configuration and select Android Tests.
  3. @@ -340,7 +339,7 @@ Configure a test matrix and run a test
  4. From the Target drop-down menu under Deployment Target - Options, select Cloud Test Lab Device Matrix. + Options, select Firebase Test Lab Device Matrix.
  5. If you are not logged in, click Connect to Google Cloud @@ -348,9 +347,9 @@ Configure a test matrix and run a test
  6. Next to Cloud Project, click the wrench and nut button and select your Google Cloud - Platform project from the list. + "{@docRoot}images/tools/as-wrench.png" alt="" class="inline-icon"/> + button and select your Firebase + project from the list.
@@ -359,7 +358,7 @@ Configure a test matrix and run a test
  1. Next to the Matrix Configuration drop-down list, click Open Dialog ellipses button. + alt="" class="inline-icon">.
  2. Click Add New Configuration (+). @@ -385,8 +384,7 @@ Configure a test matrix and run a test
  3. Run your tests by clicking Run . + "{@docRoot}images/tools/as-run.png" alt="" class="inline-icon"/>.
@@ -404,7 +402,7 @@ Configure a test matrix and run a test When Firebase Test Lab completes running your tests, the Run window will open to show the results, as shown in figure 2. You may need to click Show Passed - 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.