This is a sample application created for acceptance testing with CodeceptJS tutorial. Make sure to check it out!
VanillaJS version of TodoMVC app is placed in app
directory. It's turned into
http server with http-server
package.
$ git clone [email protected]:jploskonka/testing-with-codeceptjs.git
$ yarn
$ yarn app
And check out localhost:8080
$ yarn test