
Gleb Bahmutov
Distinguished Engineer
Stream: С
Time: 11:00 - 11:45
Country: USA
Language: English
Talk: Using End-to-end Tests as Documentation
About Speaker
Gleb Bahmutov is a JavaScript ninja, image processing expert, and software quality fanatic. During the day Gleb is making the web a better place as a Distinguished Engineer at Cypress.io.
At night he is fighting software bugs and blogs about it at glebbahmutov.com/blog
Talk: Using End-to-end Tests as Documentation
Presentation abstract: Keeping the documentation up-to-date with the web application is hard. The screenshots and the videos showing the user how to perform some task quickly fall out of sync with the latest design and logic changes. In this presentation, I will show how to use end-to-end tests to generate the documentation.
By keeping the tests in sync with the application, and by running them on every commit, we will update the documentation, ensuring our users never get confused by the obsolete docs.