This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/test/README.md
2012-07-09 16:57:47 +02:00

25 lines
675 B
Markdown

# test
Beginnings of a test suite for [clj-browserchannel][1]. Uses the
[clj-webdriver][2] Selenium wrapper to launch and interact with
browsers. Actors send messages through the demo chat application and
may introduce connection failures. The test checks whether all messages
were still received.
[1]:https://github.com/thegeez/clj-browserchannel
[2]:https://github.com/semperos/clj-webdriver/
## About
Written by:
Gijs Stuurman / [@thegeez][twt] / [Blog][blog] / [GitHub][github]
[twt]: http://twitter.com/thegeez
[blog]: http://thegeez.github.com
[github]: https://github.com/thegeez
### License
Copyright (c) 2012 Gijs Stuurman and released under an MIT license.