Code Monkey home page Code Monkey logo

casper's Introduction

casperjs test suite

run:

casperjs test ./casper/modules/ --includes=casper/options.js --domain=[www.example.com]

Casper Quickstart Guide

Casper GitHub

available options:

--xunit=<filename> will export test suite results in a XUnit XML file
--direct or --verbose will print log messages directly to the console
--log-level=<logLevel> sets the logging level (see the related section)
--auto-exit=no prevents the test runner to exit when all the tests have been executed; this usually
  allows performing supplementary operations, though implies to exit casper manually listening to the
  exit tester 
--includes=foo.js,bar.js will include the foo.js and bar.js files before each test file execution.
--pre=pre-test.js will add the tests contained in pre-test.js before executing the whole test suite.
--post=post-test.js will add the tests contained in post-test.js after having executed the whole test suite.
--fail-fast will terminate the current test suite as soon as a first failure is encountered.
--concise will create a more concise output of the test suite.
--no-colors will create an output without (beautiful) colors from casperjs.

casper's People

Contributors

douillard avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.