Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.38 KB

File metadata and controls

59 lines (40 loc) · 1.38 KB

Behive

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

Taiga

Members

Testing

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

License

Apache