mercredi 13 décembre 2017

Need help finding a testing framework

The company I work for has an AngularJS application that is utilizing Gherkin for all of their component and e2e testing.

Recently, we've started down the path of upgrading from AngularJS to Angular 5.x+. We've had success with using cucumber for our e2e testing thanks to the protractor-cucumber-framework. However, we still want our component testing to be done with Gherkin or something human readable.

 

There is nothing I can find via Googling on how to use Cucumber with component/unit testing. So, I think we need to find another solution.

The only requirements we have are:

  • Must be able to generate living documentation via Jenkins from the tests
  • Utilize multiple data scenarios in the testing

Is there a library or something that exists that can cover these requirements?

Aucun commentaire:

Enregistrer un commentaire