twolfson / sculptor

Library for sculpting framework/language agnostic BDD tests
MIT License
1 stars 0 forks source link

Look into async chaining #5

Closed twolfson closed 11 years ago

twolfson commented 11 years ago

Pretty sure this will fall on its face since each engine handles this differently. We need to somehow make chained commands become more levels inside of a test.

twolfson commented 11 years ago

Maybe we return an array from commandSet and engine will add nesting of levels.

But what if they are asserts... (explore this)

Then it is still better than falling on our face entirely.

twolfson commented 11 years ago

Don't forget about async chaining on asserts