recidive / choko

Choko Framework
http://choko.org
MIT License
25 stars 9 forks source link

E2e tests #288

Closed wlsf82 closed 4 years ago

wlsf82 commented 8 years ago

In this fork I've created some end to end tests for the Choko web app. The package.json file was also updated with Protractor's devDependencies.

recidive commented 8 years ago

Hello @wlsf82!

Do you think it's possible to separate what's from Choko core and what is for the choko.org website?

For the integration tests we bootstrap an app, we could do the same for E2E ones.

@jardix22 can you help me reviewing this?

jardix22 commented 8 years ago

Yes, of course @recidive

wlsf82 commented 8 years ago

@recidive, I liked your idea, could you or @jardix22 help me on how to implement it?