Skip to content

orangecms/javascript-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

These are slides for a talk on obstacles encountered when testing JavaScript.

I highly recommend reading the book Maintainable JavaScript by Nicholas Zakas.

Installation

You will need Node.js, npm, Bower, and Gulp.

Run the slides

Sources are in src/.

To build the project:

(cd src && bower install)

To get it on a local webserver:

npm install && gulp

The app will be running on http://localhost:8012.

Demos

Demos are in demo/*/ respectively.

To run them, in either directory run npm install && npm test.

If everything works, I'm happy. If something doesn't, please reach out to me, because that's why I'm doing this! 🐢

Known issues

For the Chimp tests, it can happen that processes remain that you need to kill manually.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published