diff options
author | Diego Molina <diemol@users.noreply.github.com> | 2017-07-27 20:02:12 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2017-07-27 20:02:12 +0000 |
commit | 489da47975b65114c74040456c6a7f9e8be2223b (patch) | |
tree | fc4e54d47efa8bba684f2e2a4f4d492261d06166 | |
parent | Adding files sharing (#1124) (diff) | |
download | awesome-selfhosted-489da47975b65114c74040456c6a7f9e8be2223b.tar.gz awesome-selfhosted-489da47975b65114c74040456c6a7f9e8be2223b.zip |
Adding Zalenium (#1125)
* Adding Zalenium
* Removing duplicated link
and using only "Apache" as license.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1053,6 +1053,8 @@ See **[Ticketing](#ticketing)** * [RStudio Server](https://www.rstudio.com/products/rstudio/#Server) - Web browser based IDE for R. ([Source Code](https://github.com/rstudio/rstudio/)) `AGPLv3` `Java/C++` * [Selenoid](http://aerokube.com/selenoid/latest/) - A lightweight Selenium hub implementation launching browsers within Docker containers. ([Source Code](https://github.com/aerokube/selenoid)) `Apache` `Go` * [Wide](https://github.com/b3log/wide) - A Web-based IDE for Teams using Go programming language/Golang. ([Demo](http://wide.b3log.org/signup)) `Apache` `Go` + * [Zalenium](https://github.com/zalando/zalenium) - Allows anyone to have a disposable and flexible Docker-based Selenium Grid infrastructure featuring video recording, live preview and online/offline dashboards. `Apache` `Java/Shell` + ### Continuous Integration |