SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

[TDD] Write a simple e2e functional test with Protractor #19

Closed danielpacak closed 8 years ago

danielpacak commented 9 years ago

The idea is to have such e2e tests that can be run in a platform independent way. It should be platform independent as well as cloud env friendly, i.e. so that we can run it on TravisCI or similar platforms.

danielpacak commented 8 years ago

To test the featurebook-serve module which is in essence an express app I'd use supertest and cheerio. Anyway unit tests should be written along with bug fixing or new feature code. Hence I'm closing this one.