Storyplayer: Welcome To The Tests!
Introduction
Storyplayer is an open-source test automation tool created by the engineers at DataSift. If you want to learn more, we have an online manual to help you learn how to use Storyplayer to write tests for your own user and service stories.
Self-Test Website
What you're reading right now is the test data that we use to test Storyplayer's ability to work with the contents of a website. It ships as part of Storyplayer's source code, along with the stories we run to prove functionality and prevent regressions.
We'll be updating this website:
- when we find bugs in Storyplayer's support for working with websites, and
- when we add new web-related features to Storyplayer
You'll find the stories themselves in src/tests/functional-tests/ in the Storyplayer source code.
Pull Requests Welcome!
If you find a web-related story that we haven't yet written a test for, or (heaven forbid) you find a bug in Storyplayer's support for working with websites, you can open an issue on GitHub to let us know. We'd love to get a pull request containing:
- a story that demonstrates the bug (the story should fail until we fix the bug, of course!), and
- any changes to this website to help demonstrate the bug