1

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,

sebarmeli
  • 17,949
  • 7
  • 35
  • 40

1 Answers1

0

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

Jesper Tejlgaard
  • 827
  • 10
  • 16