Home - MattiSG/Watai GitHub Wiki
Watai
Watai is a declarative, bottom-up BDD, full-stack web testing framework. Wanna yell “Bingo”?
It is both a test runner engine (i.e. it executes tests) and a set of architectural patterns to make you write maintainable, solid end-to-end (GUI) tests for browsers.
➥ Do the tutorial (10 min) now!
Already familiar with web integration testing? Learn about the specifics of Watai compared to other testing tools.
Where to go next?
Intro
- Beyond buzzwords, what is Watai?
- Installation manual
- A bit of testing theory
- A presentation of Watai, its concepts and rationale: 30-minutes video and slide deck.
- Watai compared to other tools
Usage
- Tutorial
- Recipes for unintuitive UI manipulation
- Set up parallel continuous testing to cover cross-browser testing on every push
- Troubleshooting
Writing test suites
- Scenarios syntax and usage
- Components syntax and usage
- Fixture files syntax and usage
- Configuration files syntax and usage
Executing test suites
Development
- Contribution guide
- Used libraries and reasons for choosing them.
- Application setup reference
- Credits