Testing Javascript Applications: part 2

by Dzmitry Herasimov

"Any feature without a test doesn’t exist"

Steve Loughran HP Laboratories

Wi-Fi

Network:

EPAMGuests or EPAMGuests5

Password:

Login:

rschool

1fA8XYKCp

*********

Tasks & Tools

https://github.com/rootTheLure/js-testing-workshop

How to start

git clone git@github.com:rootTheLure/js-testing-workshop.git
// OR
git clone https://github.com/rootTheLure/js-testing-workshop.git

cd js-testing-workshop/content/

// COPY EVERYTHING INTO YOUR REPO! Folder: TDD, Branch: TDD

npm i

// write tests 

npm run test:unit
npm run test:unit:dbg

Coding time!

The End

Testing Javascript Applications: part 2

By Timon Thelure

Testing Javascript Applications: part 2

  • 218