I am wondering if it is possible to use cucumber(js) for BDD unit testing? Cucumber is known to be runable as a acceptance testing framework. But I have never seen examples if and how cucumber may be used as a BDD unit testing.
Is cucumber able to provide unit tests? Is it uncommon to use cucumber for unit testing?