Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/circle-ci-test


https://github.com/kjirou/circle-ci-test

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# circle-ci-test

## Deploying & Testing
```bash
git clone [email protected]:kjirou/circle-ci-test.git
npm install
npm start
npm test
```

## !! 最新の selenium-webdriver が動かない !!
2015/04/13 現在、以下の環境で動かない

- [email protected]
- [email protected]
- Mac OS X

mocha 側をダウングレードさせても変わらない
一方で `[email protected]` へ下げたら動いた

原因たぶんこれ: https://github.com/SeleniumHQ/selenium/issues/363