Skip to content

sergueik/jprotractor_cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Info

This project exercised a Cucumber jProtracror integration. Thanks to the class hierarchy of the latter, it is quite easy to mix the core Selenium-backed annotationa and jProtractor ones:

e.g. in the angular Calculator demo Page definiton class one can swap

private static final By button = By.id("gobutton"); 

wih

private static final By button = NgBy.partialButtonText("Go"); 

The custom methods with org.openqa.selenium.By arguments would accept com.github.sergueik.jprotractor.NgBy.

See Also

TODO

there is annotation conflict:

[WARNING] No processor claimed any of these annotations: cucumber.api.CucumberOptions,cucumber.api.java.en.Given,org.junit.runner.RunWith,cucumber.api.java.Before,cucumber.api.java.After,cucumber.api.java.en.Then,cucumber.api.java.en.When


License

This project is licensed under the terms of the MIT license.

Author

Serguei Kouzmine

About

Support Cucumber write feature files in jProtractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published