sebarmeli
sebarmeli

Reputation: 18275

EasyB stories invoked by TestNG?

just wondering if it's possible or if anyone has tried integrating Easyb (BDD) with TestNG in a Maven project. Basically I need to call the Easyb stories from the testng.xml or having something that makes call TestNG tests and Easyb stories alternatively in a test regression suite.

I was also thinking that maybe it's achievable having some configurations in my POM file.

Cheers,

Upvotes: 1

Views: 243

Answers (1)

Jesper Tejlgaard
Jesper Tejlgaard

Reputation: 827

I don't have any TestNG experience, but as I understand it integrates with JUnit. Couldn't you use the easyb unit test integration: http://code.google.com/p/easyb/wiki/UsingEasybWithJUnit

Upvotes: 0

Related Questions