https://github.com/bitwit/apple-dev-apprentice
A selenium task runner for iTunes Connect
https://github.com/bitwit/apple-dev-apprentice
Last synced: about 1 year ago
JSON representation
A selenium task runner for iTunes Connect
- Host: GitHub
- URL: https://github.com/bitwit/apple-dev-apprentice
- Owner: bitwit
- Created: 2016-09-16T01:20:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T01:20:33.000Z (over 9 years ago)
- Last Synced: 2025-03-24T03:37:39.638Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple Dev Apprentice
> A little helper for all things for repetitive tasks in Apple web applications that have no API
## Installation
- Clone this repo locally
- `npm install`
- `npm start`
## Passing parameters
`npm start myemail@example.com` will create a new test user with that email address
## Configuration
By default, `config.sample.js` will be set on `browser.params`,
but if a `config.js` exists, that will be used instead
## Reporting
Results of the last run will be put in `results.json`.
- Each test will be listed as an object
- Failed tests will have failed assertions listed in the `assertions` array with mroe information