/testing-with-codeceptjs

Testing suite for vanillaJS TodoMVC app, see the tutorial: http://codenroll.it/acceptance-testing-with-codecept-js/

Primary LanguageJavaScript

CodeceptJS & TodoMVC

This is a sample application created for acceptance testing with CodeceptJS tutorial. Make sure to check it out!

Application

VanillaJS version of TodoMVC app is placed in app directory. It's turned into http server with http-server package.

Getting started

Clone the repo

$ git clone git@github.com:jploskonka/testing-with-codeceptjs.git

Install dependencies

$ yarn

Run app

$ yarn app

And check out localhost:8080

Or run tests

$ yarn test

Dependencies