54MS

MS

8

Suites

16

Tests

15

Passed

1

Failed

0

Pending

0% Pending
93.8% Passing

Feature 1

/yaddi.js

Rich scenario 1

/yaddi.js
  • 8 ms
  • 3
  • 3
  • 0
  • 0

Tests

Given I am rich

5 ms
iterator(subject, done);

When I buy a Porsche

2 ms
iterator(subject, done);

Then I am happier

1 ms
iterator(subject, done);

Feature 2

/yaddi.js

Rich scenario 2.1

/yaddi.js
  • 3 ms
  • 4
  • 3
  • 1
  • 0

Tests

Given I am rich

1 ms
iterator(subject, done);

When I buy a Porsche

1 ms
iterator(subject, done);

When I cause a failure

1 ms

Error: failure!!!

iterator(subject, done);
Error: failure!!!
at Object.<anonymous> (steps.js:20:16)
at basic.js:37:21

Then I am happier

0 ms
iterator(subject, done);

Rich scenario 2.2

/yaddi.js
  • 2 ms
  • 3
  • 3
  • 0
  • 0

Tests

Given I am rich

0 ms
iterator(subject, done);

When I buy a Porsche

1 ms
iterator(subject, done);

Then I am happier

1 ms
iterator(subject, done);

Feature 3

/yaddi.js

Rich scenario 3.1

/yaddi.js
  • 3 ms
  • 3
  • 3
  • 0
  • 0

Tests

Given I am rich

1 ms
iterator(subject, done);

When I buy a Porsche

1 ms
iterator(subject, done);

Then I am happier

1 ms
iterator(subject, done);

Rich scenario 3.2

/yaddi.js
  • 4 ms
  • 3
  • 3
  • 0
  • 0

Tests

Given I am rich

1 ms
iterator(subject, done);

When I buy a Porsche

2 ms
iterator(subject, done);

Then I am happier

1 ms
iterator(subject, done);