Documentation ¶
Overview ¶
Package apps contains functionality and test cases for Chrome OS essential Apps.
Package apps contains functionality and test cases for Chrome OS essential Apps.
Package apps contains functionality and test cases for Chrome OS essential Apps.
Index ¶
- func AppInfoFiles(ctx context.Context, s *testing.State)
- func CalculatorSmoke(ctx context.Context, s *testing.State)
- func ContentPreview(ctx context.Context, s *testing.State)
- func CursiveSmoke(ctx context.Context, s *testing.State)
- func FullRestoreAlwaysRestore(ctx context.Context, s *testing.State)
- func FullRestoreFilesappReboot(ctx context.Context, s *testing.State)
- func FullRestoreOpenSettings(ctx context.Context, s *testing.State)
- func GoogleMapBasicCheck(ctx context.Context, s *testing.State)
- func LacrosWebApps(ctx context.Context, s *testing.State)
- func LaunchCanvas(ctx context.Context, s *testing.State)
- func LaunchGallery(ctx context.Context, s *testing.State)
- func LaunchGalleryFromNotifications(ctx context.Context, s *testing.State)
- func LaunchGalleryLanguage(ctx context.Context, s *testing.State)
- func LaunchHelpApp(ctx context.Context, s *testing.State)
- func LaunchHelpAppFromLauncher(ctx context.Context, s *testing.State)
- func LaunchHelpAppFromSettings(ctx context.Context, s *testing.State)
- func LaunchHelpAppFromShortcut(ctx context.Context, s *testing.State)
- func LaunchHelpAppInBrowserMenu(ctx context.Context, s *testing.State)
- func LaunchHelpAppOffline(ctx context.Context, s *testing.State)
- func LaunchHelpAppOnManagedDevice(ctx context.Context, s *testing.State)
- func LaunchHelpLanguage(ctx context.Context, s *testing.State)
- func LaunchReleaseNotesFromSettings(ctx context.Context, s *testing.State)
- func LaunchSystemWebAppsFromURL(ctx context.Context, s *testing.State)
- func SearchInHelpApp(ctx context.Context, s *testing.State)
- func Sharesheet(ctx context.Context, s *testing.State)
- func SystemWebAppsInstallGuest(ctx context.Context, s *testing.State)
- func SystemWebAppsReinstall(ctx context.Context, s *testing.State)
- func TelemetryExtension(ctx context.Context, s *testing.State)
- func WebstoreAppInstallUninstall(ctx context.Context, s *testing.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LaunchCanvas ¶
LaunchCanvas verifies launching Canvas after OOBE
func LaunchGallery ¶
LaunchGallery verifies launching Gallery on opening supported files.
func LaunchGalleryFromNotifications ¶
LaunchGalleryFromNotifications verifies Gallery opens when Chrome notifications are clicked.
func LaunchHelpApp ¶
LaunchHelpApp verifies launching Showoff after OOBE.
func LaunchHelpAppFromLauncher ¶
LaunchHelpAppFromLauncher verifies launching Help app from the launcher.
func LaunchHelpAppFromSettings ¶
LaunchHelpAppFromSettings verifies launching Help app from ChromeOS settings.
func LaunchHelpAppFromShortcut ¶
LaunchHelpAppFromShortcut verifies launching Help app from Ctrl+Shift+/.
func LaunchHelpAppInBrowserMenu ¶
LaunchHelpAppInBrowserMenu verifies launching Help app in chrome browser three dot menu.
func LaunchHelpAppOnManagedDevice ¶
LaunchHelpAppOnManagedDevice verifies launching Showoff on a managed device.
func LaunchReleaseNotesFromSettings ¶
LaunchReleaseNotesFromSettings verifies launching Help app at the release notes page from ChromeOS settings.
func LaunchSystemWebAppsFromURL ¶
LaunchSystemWebAppsFromURL tries to navigate to System Web Apps from their chrome:// URL.
func SearchInHelpApp ¶
SearchInHelpApp verifies the local search service is being used by the app, and results navigate as expected.
func SystemWebAppsInstallGuest ¶
SystemWebAppsInstallGuest tests that system web apps are installed on a guest profile.
func SystemWebAppsReinstall ¶
SystemWebAppsReinstall tests that system web apps can be reinstalled (i.e. don't crash Chrome).
func TelemetryExtension ¶
TelemetryExtension tests that TelemetryExtension can be launched and telemetry API is working.
Types ¶
This section is empty.
Source Files ¶
- app_info_files.go
- calculator_smoke.go
- content_preview.go
- cursive_smoke.go
- full_restore_always_restore.go
- full_restore_filesapp_reboot.go
- full_restore_open_settings.go
- google_map_basic_check.go
- lacros_web_apps.go
- launch_canvas.go
- launch_gallery.go
- launch_gallery_from_notifications.go
- launch_gallery_language.go
- launch_help_app.go
- launch_help_app_from_launcher.go
- launch_help_app_from_settings.go
- launch_help_app_from_shortcut.go
- launch_help_app_in_browser_menu.go
- launch_help_app_offline.go
- launch_help_app_on_managed_device.go
- launch_help_language.go
- launch_release_notes_from_settings.go
- launch_system_web_apps_from_url.go
- search_in_help_app.go
- sharesheet.go
- system_web_apps_install_guest.go
- system_web_apps_reinstall.go
- telemetry_extension.go
- webstore_app_install_uninstall.go
Directories ¶
Path | Synopsis |
---|---|
Package calc contains common functions used in the Calculator app.
|
Package calc contains common functions used in the Calculator app. |
Package cursive contains common functions used in the Cursive app.
|
Package cursive contains common functions used in the Cursive app. |
Package galleryapp contains common functions used in the Gallery (aka Backlight) app.
|
Package galleryapp contains common functions used in the Gallery (aka Backlight) app. |
Package helpapp contains common functions used in the help app.
|
Package helpapp contains common functions used in the help app. |
Package pre contains preconditions for apps tests
|
Package pre contains preconditions for apps tests |
Package webstore provides the control of installing and uninstalling chrome webstore apps.
|
Package webstore provides the control of installing and uninstalling chrome webstore apps. |