allure-framework / allure-js-commons

Deprecated, use https://github.com/allure-framework/allure-js instead
Other
27 stars 40 forks source link

Not showing story and feature #16

Closed tommyz0123 closed 1 year ago

tommyz0123 commented 8 years ago

I ran the allure-js-commons/test/runtime.spec.js using protractor. Generated the report using allure command line, it shows all tests under 'allure-runtime', the top level describe. It's not sowing feature 'labels', and story 'add'. What's missing/wrong?

just-boris commented 8 years ago

Hello! That is kinda of expected behavior because the file that you are running is unit test. All real output is disabled there.

If you are looking for an example of the test setup, I'd recommend you look at https://github.com/allure-examples/mocha-allure-example and all other repositories under this organization.