selenium-cucumber / selenium-cucumber-java

Behavior driven development (BDD) approach to write automation test scripts to test web applications.
https://seleniumcucumber.info/
MIT License
195 stars 280 forks source link

any plan to open source the `src/main/resources/selenium-cucumber-methods-1.0.0.jar` #2

Closed agilecreativity closed 8 years ago

agilecreativity commented 8 years ago

Do you have any plan to include these classes as a standard Java files instead of compiled Java files? This will make it possible for others to contribute or fix some bugs if any.

sameer49 commented 8 years ago

The files are already present on github https://github.com/selenium-cucumber/selenium-cucumber-java/tree/master/src/main

agilecreativity commented 8 years ago

Hi Sameer, I think this file is not a Java files e.g. it is a compiled Java file https://github.com/selenium-cucumber/selenium-cucumber-java/blob/master/src/main/resources/selenium-cucumber-methods-1.0.0.jar

sameer49 commented 8 years ago

sorry my mistake, please switch to dev branch. https://github.com/selenium-cucumber/selenium-cucumber-java/tree/dev/src/main/java/methods

agilecreativity commented 8 years ago

Hi Sameer,

Thank you so much, now this all make sense ;)

@sameer49