A website presenting an overview of german Star Trek novels.
Calculating stardates is also often necessary (and confusing).
src/scss/01_globals/_fonts.scss
).<span lang="en">
if strings contain english texts.Most of the installation can be done by npm (just do npm install
), but there are some manual things to do.
node_modules/protractor/bin/webdriver-manager update
This downloads Selenium and the Chrome webdriver. On OSX I was prompted to install Java RE by the OS X Software Center.
node_modules/appium/bin/appium-doctor.js --ios
sudo node_modules/appium/bin/authorize-ios.js
Having a look at https://github.com/appium/appium/blob/master/docs/en/appium-setup/running-on-osx.md doesn't hurt either.
See http://angular.github.io/protractor/#/mobile-setup#setting-up-protractor-with-appium-android-chrome
java -jar ./node_modules/protractor/selenium/selenium-server-standalone-2.44.0.jar -role hub
java -jar selenium-server-standalone-2.44.0.jar -role node -hub "http://your-ip.4444/grid/register" -port 4444 -maxSession 1 -browser "maxInstances=1,browserName=internet explorer,version=11"
cd ~/path/to/working/copy && grunt build:test && cd build && serve -p 8001
/path/to/working/copy/node_modules/protractor/bin/protractor /path/to/working/copy/test/e2e/etc/protractor-desktop-browser.js --seleniumAddress http://localhost:4444/wd/hub --specs "/path/to/working/copy/test/e2e/*.js" --browser "internet explorer"
Code coverage reports for all unit tests can be generated like this (no grunt task yet):
node_modules/istanbul/lib/cli.js cover node_modules/grunt-jasmine-node/node_modules/jasmine-node/bin/jasmine-node test/spec/