MCPcopy
hub / github.com/httprunner/httprunner / IOS

Method IOS

hrp/step_request.go:765–770  ·  view source on GitHub ↗

IOS creates a new ios action

()

Source from the content-addressed store, hash-verified

763
764// IOS creates a new ios action
765func (s *StepRequest) IOS() *StepMobile {
766 s.step.IOS = &MobileStep{}
767 return &StepMobile{
768 step: s.step,
769 }
770}
771
772// StepRequestWithOptionalArgs implements IStep interface.
773type StepRequestWithOptionalArgs struct {

Callers 11

TestIOSSettingsActionFunction · 0.80
TestIOSSearchAppFunction · 0.80
TestIOSAppLaunchFunction · 0.80
TestIOSDouyinActionFunction · 0.80
TestIOSDouyinFollowLiveFunction · 0.80
TestIOSDouyinLiveFunction · 0.80
TestWDALogFunction · 0.80
TestIOSExpertTestFunction · 0.80

Calls

no outgoing calls

Tested by 11

TestIOSSettingsActionFunction · 0.64
TestIOSSearchAppFunction · 0.64
TestIOSAppLaunchFunction · 0.64
TestIOSDouyinActionFunction · 0.64
TestIOSDouyinFollowLiveFunction · 0.64
TestIOSDouyinLiveFunction · 0.64
TestWDALogFunction · 0.64
TestIOSExpertTestFunction · 0.64