Gunther Brunner 38d20eba9a Revert "Revert "Fix canvas rotation being off on devices which are naturally landscape.""
Reverting the Revert because we found the reason for the blurry image.

This reverts commit 7afd816cf918ed94b2ebf7671f804ae0f769fcb9.
2014-09-12 15:59:13 +09:00
2014-09-10 21:16:55 +09:00
2014-09-09 16:28:00 +09:00
2014-09-10 20:38:50 +09:00
2014-03-18 21:31:01 +09:00
2014-08-05 13:50:02 +09:00
2014-09-10 20:38:50 +09:00
2014-08-27 16:36:37 +09:00
2014-09-09 16:28:00 +09:00

STF

Requirements

  • NodeJS
  • Bower
  • RethinkDB

Install

  • brew install rethinkdb
  • Make internal npm work
  • brew install protobuf
  • brew install zmq
  • npm install -g bower
  • npm install
  • bower install
  • npm link

Run

  • rethinkdb
  • stf local

Update

  • git pull
  • npm install
  • bower install

Tests

Unit Frontend

  • brew install phantomjs
  • gulp karma

E2E Frontend

On first run

  • gulp webdriver-update

Chrome Local STF

  • Connect a device
  • Run stf
  • gulp protractor

Multiple Browsers Local STF with a specific suite

  • Connect a device
  • Run stf
  • gulp protractor --multi --suite devices

Chrome Remote STF

  • export STF_URL='http://stf-url/#!/'
  • export STF_USERNAME='user'
  • export STF_PASSWORD='pass'
  • gulp protractor
Description
No description provided
Readme 140 MiB
Languages
JavaScript 83.6%
Pug 10.7%
CSS 3.7%
SCSS 1.2%
Dockerfile 0.6%
Other 0.1%