Skip to content

waltercassiano/html-mark-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTML Register Mark Test

Install Mocha

https://mochajs.org/#installation $ npm -g install mocha

Chai Assert Documentation

http://chaijs.com/api/assert/

Usage

mocha index.js --url="http://example.com"

Basic HTTP authentication

  • --username="user"
  • --username="password"

mocha index.js --url="http://example.com" --username="user" --username="password"

Search in a section

mocha index.js --url="http://example.com" --wrapper=".selector"

Required
Optional
  • --wrapper=".selector"
  • --username="user"
  • --username="password"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published