Skip to content

azu/power-assert-karma-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

power-assert-karma-seed

Example project of power-assert + Karma + browserify.

Testing for Browser with power-assert.

gif

Installation

npm install
npm install -g karma-cli

Usage

Browser Testing

npm test
# or
karma start # and capture browser

Node.js Testing

mocha --require intelli-espower-loader

Integrate WebStorm

Run Debug mode(main use case is breakpoint)

  1. karma start
  2. Open http://localhost:9876/debug.html form WebStorm.
  3. We Can Set Breakpoint!!

webstorm config

More Detail on

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Example project of power-assert + Karma + browserify.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published