An open API service indexing awesome lists of open source software.

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

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