refactor(benchpress): export webdriver adapters in benchpress/benchpress

Also adds default bindings for protractor.
Also removes sync web driver adapter for Dart as we don’t have tests
for it yet.
This commit is contained in:
Tobias Bosch
2015-03-02 09:23:09 -08:00
parent f783841f16
commit 821d01ab34
19 changed files with 25 additions and 60 deletions

View File

@ -0,0 +1,2 @@
export './common.dart';
export './src/webdriver/async_webdriver_adapter.dart' show AsyncWebDriverAdapter;