Cucumber - ViktoriiaSilenko/books GitHub Wiki
cucumber java tutorial cucumber java habrahabr cucumber java for acceptance tests example
!!! https://www.tutorialspoint.com/cucumber/ https://habrahabr.ru/search/?target_type=posts&order_by=relevance&q=cucumber+java&flow= https://habrahabr.ru/post/62958/
http://www.dokwork.ru/2015/08/cucumber.html
https://cucumber.io/docs/reference/jvm#java
!!! cucumber feature file best practices https://blog.codeship.com/cucumber-best-practices/
http://www.hascode.com/2014/12/bdd-testing-with-cucumber-java-and-junit/
http://agileforall.com/just-enough-regular-expressions-for-cucumber/
https://examples.javacodegeeks.com/core-java/junit/junit-cucumber-example/
****** Investigation ******
• BDD grouping steps (reusing steps into features): Answer: calling steps from step definitions /and backgrounds/ References: https://stackoverflow.com/questions/7646696/how-to-use-common-shared-blocks-between-cucumber-features
• parameterized feature files Answer: References:
• ways to share info between steps (test fixture…) Answer: References:
• examples section in feature file Answer: References:
• determine cucumber application context Answer: References:
• clean up // we need cancel trade and terminate swap ? in @AfterAll Answer: References: