datasift / storyplayer
Bring your user and service stories to life through test automation
Installs: 28 549
Dependents: 0
Suggesters: 0
Security: 0
Stars: 68
Watchers: 50
Forks: 14
Open Issues: 13
Requires
- datasift/netifaces: *
- datasift/stone: ^1.9.16
- datasift/webdriver: >=1.5.0
- ganbarodigital/php-text-tools: ^1.1.1
- phix/autoloader: 4.*
- phix/cliengine: >=1.3.0
- phix/injectables: *
- phix/validationlib: >=4.2.0
- predis/predis: ~1.0
- stuart/myversion: ^1.0.1
- symfony/yaml: 2.*
- twig/twig: 1.*
Requires (Dev)
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ~4.4
- stuart/phingtasks: 1.0.0
- dev-develop
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- dev-master
- dev-bug/unable-to-have-json-in-test-environment
- dev-add-arraystringprose-ts
- dev-ds-stable
- dev-feature/vagrantplugins
- dev-feature/script-fixes
- dev-feature/stopInScreen-process-doesnt-exist
- dev-feature/list-systems
- dev-feature/ssh-command
- dev-release/2.3.1
- dev-feature/rsync
- dev-feature/optional-proxy
- dev-feature/user-file-backwards-compatible
- dev-feature/more-autocompletion
- dev-feature/prose-namespace
- dev-support/1.x
- dev-feature/switch-defaults
- dev-feature/timeouts
- dev-feature/http-fix
- dev-feature/facebook-api
- dev-feature/restricted-stories
- dev-feature/multi-window
- dev-feature/iframe
- dev-feature/env-fqdn
- dev-feature/net-resiliant-install
- dev-feature/instagram-api
- dev-feature/dependencies
- dev-feature/phar-fixes
- dev-feature/composer
This package is not auto-updated.
Last update: 2023-12-09 10:30:31 UTC
README
Bring your user and service stories to life through your tests.
Note
This project is no longer maintained by DataSift.
Installation
Storyplayer should be installed via Composer. To install Storyplayer, create a composer.json
file with the following contents:
{ "require": { "datasift/storyplayer": "~2.0" } }
Then, run composer install
. Once that's completed, run ./vendor/bin/storyplayer install
to install any additional dependencies.
Usage
If your tests need a web browser, make sure you've started browsermob-proxy and selenium:
./vendor/bin/browsermob-proxy.sh start
./vendor/bin/selenium-server.sh start
Basic usage is:
./vendor/bin/storyplayer <story>
where:
<story>
is the path to the PHP file containing your story and its test
Full Documentation
You'll find our docs at http://datasift.github.io/storyplayer. They're currently a work-in-progress.
Community
Contributing
Contributions are most welcome.
- Fork on GitHub
- Create a feature branch
- Commit your changes with tests
- New feature? Send a pull request against the
develop
branch. - Bug fix? Send a pull request against the
master
branch.
Please don't break backwards-compatibility :)
License
New BSD license. Full details are in the LICENSE.txt file.