Skip to content

Commit

Permalink
feat: added RoboStartingIntent.no_activity
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 540051944
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 13, 2023
1 parent ebb8854 commit 8637121
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/devtools/testing/v1/test_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,9 @@ message RoboStartingIntent {

// An intent that starts an activity with specific details.
StartActivityIntent start_activity = 2;

// Skips the starting activity
NoActivityIntent no_activity = 4;
}

// Timeout in seconds for each intent.
Expand All @@ -728,6 +731,9 @@ message StartActivityIntent {
repeated string categories = 4;
}

// Skips the starting activity
message NoActivityIntent {}

// The matrix of environments in which the test is to be executed.
message EnvironmentMatrix {
// Required. The environment matrix.
Expand Down

0 comments on commit 8637121

Please sign in to comment.