1.0.5 • Published 7 years ago

css-tester v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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();
  });
1.0.5

7 years ago

1.0.4

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago