Skip to content
CfDP edited this page Aug 28, 2018 · 6 revisions

We really need to start testing more.

Manual testing

We use BrowserStack - generously providing free testing 👍

More advanced testing

There doesn't seem to be any plug-n-play solutions that we can use for testing the chat, so there's some work to be done.

https://stackoverflow.com/questions/24315512/how-to-test-two-interacting-browsers-e-g-chat-app

Here are some ideas:

Unit testing

(Mocca etc)

End to end testing

https://dzone.com/articles/end-to-end-testing-for-your-web-app-with-open-sour

https://www.sitepoint.com/testcafe-easier-end-end-web-app-testing-node-js/

https://hackernoon.com/stateless-end-to-end-testing-for-web-apps-7b54855f3c48

Component testing

https://datasift.github.io/storyplayer/v2/learn/test-your-code/why-component-testing.html

Clone this wiki locally