pre

package
v0.0.0-...-683b059 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package pre contains the preconditions used by the arcappcompat tests.

Index

Constants

This section is empty.

Variables

View Source
var AppCompatBooted = arc.NewPrecondition("arcappcompat_booted", appcompatGaia, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBooted is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the app compat credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForArtrage = arc.NewPrecondition("arcappcompat_bootedForArtrage", appcompatArtrage, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForArtrage is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the Artrage credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForCrossDJ = arc.NewPrecondition("arcappcompat_bootedForCrossDJ", appcompatCrossDJ, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForCrossDJ is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the CrossDJ credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForHearthstone = arc.NewPrecondition("arcappcompat_bootedForHearthstone", appcompatHearthstone, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForHearthstone is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the Hearthstone credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForMyscriptNebo = arc.NewPrecondition("arcappcompat_bootedForMyscriptNebo", appcompatMyscriptNebo, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForMyscriptNebo is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the MyscriptNebo credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForNoteshelf = arc.NewPrecondition("arcappcompat_bootedForNoteshelf", appcompatNoteshelf, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForNoteshelf is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the Noteshelf credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedForPhotolemur = arc.NewPrecondition("arcappcompat_bootedForPhotolemur", appcompatPhotolemur, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedForPhotolemur is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the Photolemur credentials, and opt-in to the Play Store.

View Source
var AppCompatBootedInTabletMode = arc.NewPrecondition("arcappcompat_booted_in_tablet_mode", appcompatGaia, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletMode returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForArtrage = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForArtrage", appcompatArtrage, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForArtrage returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForCrossDJ = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForCrossDJ", appcompatCrossDJ, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForCrossDJ returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForHearthstone = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForHearthstone", appcompatHearthstone, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForHearthstone returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForMyscriptNebo = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForMyscriptNebo", appcompatMyscriptNebo, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForMyscriptNebo returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForNoteshelf = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForNoteshelf", appcompatNoteshelf, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForNoteshelf returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeForPhotolemur = arc.NewPrecondition("arcappcompat_booted_in_tablet_modeForPhotolemur", appcompatPhotolemur, nil, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeForPhotolemur returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedInTabletModeUsingTestAccountPool = arc.NewPrecondition("arcappcompat_booted_in_tablet_mode_testpool", nil, appcompatGaiaLoginPool, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=touch_view", "--enable-virtual-keyboard")...)

AppCompatBootedInTabletModeUsingTestAccountPool returns a precondition similar to BootedAppCompat(). The only difference from BootedAppCompat() is that Chrome is launched in tablet mode in this precondition.

View Source
var AppCompatBootedUsingTestAccountPool = arc.NewPrecondition("arcappcompat_booted_testpool", nil, appcompatGaiaLoginPool, false, append(arc.DisableSyncFlags(), "--force-tablet-mode=clamshell")...)

AppCompatBootedUsingTestAccountPool is a precondition similar to arc.Booted(). The only difference from arc.Booted() is that it will GAIA login with the app compat credentials, and opt-in to the Play Store.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL