Documentation
¶
Overview ¶
Package assistant supports interaction with Assistant service.
Index ¶
- func AndroidAndWeb(ctx context.Context, s *testing.State)
- func BetterOnboardingAnimationPerf(ctx context.Context, s *testing.State)
- func BluetoothQueries(ctx context.Context, s *testing.State)
- func BrightnessQueries(ctx context.Context, s *testing.State)
- func CardElementAnimationPerf(ctx context.Context, s *testing.State)
- func EmbeddedUIOpenAndCloseAnimationPerf(ctx context.Context, s *testing.State)
- func Hotkey(ctx context.Context, s *testing.State)
- func LauncherToPeekingAnimationPerf(ctx context.Context, s *testing.State)
- func OpenAndroidApp(ctx context.Context, s *testing.State)
- func OpenSettings(ctx context.Context, s *testing.State)
- func SimpleQueries(ctx context.Context, s *testing.State)
- func StartupInSignedInMode(ctx context.Context, s *testing.State)
- func StartupInSignedOutMode(ctx context.Context, s *testing.State)
- func SuggestionChipAnimationPerf(ctx context.Context, s *testing.State)
- func TimeQuery(ctx context.Context, s *testing.State)
- func VolumeQueries(ctx context.Context, s *testing.State)
- func WifiQueries(ctx context.Context, s *testing.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BetterOnboardingAnimationPerf ¶
BetterOnboardingAnimationPerf measures the performance of opening the Assistant UI for the first and second time in a session when Better Onboarding shows. It is believed that loading Better Onboarding assets from disk on first launch causes a noticeable animation smoothness performance hit.
func BluetoothQueries ¶
BluetoothQueries tests that Assistant queries can be used to toggle Bluetooth on/off
func BrightnessQueries ¶
BrightnessQueries tests that Assistant queries can be used to change screen brightness
func CardElementAnimationPerf ¶
CardElementAnimationPerf measures the animation performance of animating card elements in and out of the assistant frame. It also measures the performance of expanding the launcher from peeking to half height when a card is displayed.
func LauncherToPeekingAnimationPerf ¶
LauncherToPeekingAnimationPerf measures the animation smoothness of showing and hiding the assistant while the launcher is open.
func OpenAndroidApp ¶
OpenAndroidApp tests the open Android apps feature of the Assistant.
func OpenSettings ¶
OpenSettings tests that the Settings app can be opened by the Assistant
func SuggestionChipAnimationPerf ¶
SuggestionChipAnimationPerf measures the animation smoothness of showing and hiding assistant suggestion chips upon executing a query and clicking on suggestions.
Types ¶
This section is empty.
Source Files
¶
- android_and_web.go
- better_onboarding_animation_perf.go
- bluetooth_queries.go
- brightness_queries.go
- card_element_animation_perf.go
- embedded_ui_open_and_close_animation_perf.go
- hotkey.go
- launcher_to_peeking_animation_perf.go
- open_android_app.go
- open_settings.go
- simple_queries.go
- startup_in_signed_in_mode.go
- startup_in_signed_out_mode.go
- suggestion_chip_animation_perf.go
- time_query.go
- volume_queries.go
- wifi_queries.go
Directories
¶
Path | Synopsis |
---|---|
Package assistantutils provides utility functions for running assistant tast tests.
|
Package assistantutils provides utility functions for running assistant tast tests. |