-
Notifications
You must be signed in to change notification settings - Fork 3
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
Testing #4
Comments
Lets start off with prototyping what we want to do with the unit tests first. Specifically looking at the In terms of specific technology, I don't think I'm too attached to anything in particular but this was the list I had put together when originally looking at testing:
Do you have any thoughts around this? |
I've started setting up jest (which probably belongs in the "Unit Testing" category, as it's an entire test runner ala Qunit, Jasmine and Mocha, not just a mocking library). Although I thin there's a lot to like about it, it doesn't seem to work properly on Windows out of the box. Personally I'm happy enough to do all Glimpse client dev on a mac, but I think that would limit contribution too much. We can include this patch to get it working properly on Windows. |
I'm thinking we move forward with Jest. My thinking is that medium to On Tuesday, December 2, 2014, Forbes Lindesay [email protected]
|
@avanderhoorn mentioned that it would be useful to have some tests for Glimpse. I think it would be useful to discuss what exactly we want to test, and how we want to test it.
Which parts of the system would be most useful to test? What should we start testing first? Do we want to do full cross-browser integration testing, or do we want to start with simpler unit-testing?
The text was updated successfully, but these errors were encountered: