Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 773 Bytes

Bigquery datasets selector

Tables will be listed and available for selection after a dataset is selected.

Usage

Requires a bigquery-datasets-selector somewhere on the page. See the test section for a working example.

Development set up

bower install bigquery-datasets-selector
cd bower_components
rm -rf bigquery-tables-selector && git clone https://github.com/tejohnso/bigquery-tables-selector.git
cd bigquery-tables-selector
npm install

Test

  • Expects Chrome via /usr/bin/google-chrome-stable
  • Requires an http server (eg: npm install -g http-server)
npm install -g http-server
npm install -g selenium-standalone
npm run setup-test-env
npm test
npm run teardown-test-env