catdad / grandma

👵 fully programmable stress testing framework
20 stars 4 forks source link

add a generic data bucket, so tests may store additional metadata #177

Closed catdad closed 6 years ago

catdad commented 6 years ago

... this is useful when writing other tooling to look at results.

module.exports = {
    test: function (done) {
        ...
        this.data.someProp = 'value';
        ...
    }
};
catdad commented 6 years ago

Note #178. The usage of the afterAll function will not be fixed at this time.

catdad commented 6 years ago

Published in v0.8.0.