Documentation ¶
Overview ¶
Package pre contains the preconditions used by the arcappcompat tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.