Skip to content

jploskonka/testing-with-codeceptjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

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 [email protected]:jploskonka/testing-with-codeceptjs.git

Install dependencies

$ yarn

Run app

$ yarn app

And check out localhost:8080

Or run tests

$ yarn test

Dependencies