-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test suite #123
Comments
Suppose it's probably time to introduce unit tests, been thinking about adding a build script too. Will give this some more thought. Main hesitation is quite simply that I want to keep the repo light and easy to navigate/understand for beginners. |
Well, beginners just won't look at tests... been there, done that ;) |
Agree with @dandv that beginners won't look at tests - just make them as separate as possible from the normal code and mention that the tests might not be good for beginners and you're good. |
Renamed from question to be actionable. Will add a test suite when there's time and integrate with the grunt.js build. |
I plan to upgrade form a rather old RevealJS to the latest master. When I do so, I'll be creating a suite of manual tests, mostly regression. Maybe that will help seed the automated test suite? |
This has been added in to the dev branch, the tests run as part of the grunt build. More tests will be added over time. |
Would a framework like Selenium be useful?
The text was updated successfully, but these errors were encountered: