css-tester

1.0.5 • Public • Published

css-tester Build Status

chained testing with (chai) expect and jquery

// cucumber step definition integration example
  this.Then(/^I should see the register countdown$/, function(callback, $) {
    this.css('.panel.register').exists()
      .css('.panel-heading').exists()
        .css('h3').containsText('Anmelden').end()
      .end()
      .css('.panel-body').exists().containsText('Es sind noch 2 Plätze frei.').end();
 
    callback();
  });

Package Sidebar

Install

npm i css-tester

Weekly Downloads

18

Version

1.0.5

License

MIT

Last publish

Collaborators

  • pscheit