danlg / lgen

lgen
MIT License
2 stars 1 forks source link

Unit testing and non-regression testing (CI) #182

Open danlg opened 8 years ago

danlg commented 8 years ago

We want a framework to be able to test the UI to avoid regression, especially integration test end-to-end at a minimum before doing a release or doing CI.

Use cases are, for example:

  1. when sending a chat, the chat is received and displayed.
  2. when sending an image, the image is received and displayed.
  3. when sending a voice clip, the voice clip is received and displayed.
  4. Choice of framework
  5. Test the framework on a simple use case
  6. Write test to many use cases...

http://xolv.io/blog-posts/2015/11/6/the-seven-testing-modes-of-meteor

https://github.com/octalmage/robotjs

http://calaba.sh/ https://github.com/calabash/calabash-ios https://github.com/calabash/calabash-android

http://xolv.io/products/meteor-testing-manual http://xolv.io/products/chimp/ http://github.com/xolvio/chimp

terenceng2010 commented 8 years ago

also have a look at http://starrynight.meteor.com/

terenceng2010 commented 8 years ago

https://github.com/anticoders/gagarin