github1 / ccnext

Event driven call center prototype
1 stars 0 forks source link

Set up webdriverio for e2e tests #35

Closed gcottrell1 closed 6 years ago

gcottrell1 commented 6 years ago

Uses phantom as the browser and mocha as the testing framework

gcottrell1 commented 6 years ago

I believe the tests are failing because Character.js Topic.js and Welcome.js still exist here in git (yet not on my machine :/)

github1 commented 6 years ago

To make git recognize the filename case changes you can run: git config core.ignorecase false. Note though - If you are using Windows, this may cause some issues since it's file system is case insensitive.

Alternatively you could create a diff git diff > yourchanges.diff then delete & re-clone the project (or clone to a new dir), apply your patch git apply yourchanges.diff and submit a new PR.