dawidpolakowskiQA / testing-with-codeceptjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 94.8%Language:HTML 5.2%