gettting to know your hive
Behive is social tool that provides functionality for those attending or speaking at a workshop.
Our main goal is to connect people involved in a event, getting to know each other, from skills to personal preferences.
All about sharing
Behive uses Protractor for testing. Make sure you have Java installed so you can take advantage of the selenium server.
When you first run the test suite you need to update selenium
# on the root dir of our project
sudo npm install
sudo ./node_modules/.bin/webdriver-manager update --standalone
Run selenium
# on the root dir of our project
sudo ./node_modules/.bin/webdriver-manager start
Run the tests
# on the root dir of our project
sudo ./node_modules/.bin/protractor e2e-conf.js
Problems? Protactor startup guide
Apache