Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 412 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (22 loc) · 412 Bytes

Contribution to NoSmoke

Dev

$ macaca server --verbose
$ make dev

Restful

fetch('http://localhost:3456/wd/hub/session', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    desiredCapabilities: {
      platformName: 'ios',
      deviceName: 'iPhone 6 Plus',
      bundleId: 'xudafeng.ios-app-bootstrap'
    }
  })
});