About 1,341,569 results (5,872 milliseconds)

Which versions of Ruby should Cucumber support?

https://groups.google.com/g/cukes/c/tNG3NMuaUs8/m/1pjAwkUrZqIJ
Aug 31, 2011 ... By dropping support, what do you mean? Like just ignore new bugs that are discovered? Or will this be more of a we all have to switch to 1.9 ...

Eclipse + Cucumber with Chinese language

https://groups.google.com/g/cukes/c/1iEDznRH9_g/m/2K0O_wvIDAAJ
i working for a Chinese project and need to write cucumber scripts in Chinese language. Cucumber does support chinese by adding below tag at the top

Gosu support in Cucumber-JVM

https://groups.google.com/g/gosu-lang/c/yMJnzQwuFpo
We do currently include the latest Gosu jars. Your pom file should have entries similar to this: <repositories> <repository> <id>gosu-lang ...

[Cucumber] Why isn't there a support for If / Else / While keywords in ...

https://groups.google.com/g/cukes/c/9UMq6_2tGoY
Feb 20, 2014 ... Yes, people will use these keywords to make ugly things that does not respect cucumber philosophy ? ... need to test if the scenario is logically ...

How to write Loop in Cucumber grammar

https://groups.google.com/g/cukes/c/cs9fxMRbP3k
specific loop in the supporting steps definition. Or in a support class used by the steps. Gherkin as such is not a Turing complete language and does not ...

Search box does not work to filter - Google Docs Editors Community

https://support.google.com/docs/thread/214698055
May 8, 2023 ... There are many unknown variables so we would need something to work with. For me, or other forum contributors to help (if I'm not around), I ...

cucumber jvm varargs support in step definition

https://groups.google.com/g/cukes/c/powiA0ouujA
You do not have permission to delete messages in this group ... Either email addresses are anonymous for this group or you need the view member email addresses ...

webmock and cucumber

https://groups.google.com/g/webmock-users/c/Jnz1IMtTsrc
Now, I have some cucumber scenarios need some request stubbing. However, for some reason, webmock doesn't "do" anything or I may have missed something. I ...

Help needed - a faster parser for Cucumber (Gherkin, Ragel)

https://groups.google.com/g/cukes/c/usj_xgK0aKg
When/if this project is able to parse features in the same way that Cucumber's Treetop parser does today, we'll switch. Users would notice a (massive) speed ...

Loading parameters from an external resource in cucumber

https://groups.google.com/g/cukes/c/ackXLbxlhNc
> support for. ... > Can I externalize the examples? ... > Or - does anyone know of a similar solution of parametrization? ... indicate the proper data for test cases ...

How to limit the scope of step definition to avoid mid-air collisions?

https://groups.google.com/g/cukes/c/Xn7krbRAB_I
Jul 2, 2009 ... How does CucumberJVM support this type of file organization? This would require some kind of Cucumber command line approach. Andrew ...

Screenplay and Cucumber examples. worth it?

https://groups.google.com/g/thucydides-users/c/deEAQBVxq6s
... help my team. Does it still make sense to use Cucumber with the screenplay pattern? I see the doc in Serenity does not make much use of Cucumber anymore.

A user's first impression of 2 Eclipse plugins for Cucumber

https://groups.google.com/g/cukes/c/dDM-TPnKgVs
A feature that is currently not supported. This is one feature that I do miss while using Natural. * Highlight unmatched steps. Also nicely implemented ...

[Cucumber-JVM] Can we call scenario from another feature file in a ...

https://groups.google.com/g/cukes/c/cB2OjGPBllE
Jan 9, 2016 ... ... support calling scenario in a different feature file from a scenario. ... You should use Cucumber to describe what your application does. A ...

cucumber steps (ruby) for pact?

https://groups.google.com/g/pact-support/c/QywV0_sRXzE
Our comments are more to do with changing state in the services, which pact does not really support and is what most BDD scenarios require.

Cucumber-JVM : what is advantage over TestNG

https://groups.google.com/g/cukes/c/MdZmH1wDHH0
> TestNG to Cucumber for legacy/regression tests. I'd only do this if you need to improve communication around your legacy/regression tests. It could be ...

Help need to execute my rerun failed scenarios

https://groups.google.com/g/cukes/c/_ZmNEmF-QS0
Jun 1, 2014 ... Now how do i execute this immediatly without making any changes to my cucumber.yml file or by specifying the rerun.txt on command line . For ...

In Feature file ,how to read input from external source ( csv file ...

https://groups.google.com/g/cukes/c/r253wWXJv80
Apr 20, 2016 ... You don't need cucumber to do this. Cucumber is all about using ... do something that Cucumber doesn't (and hopefully never will) support.

[cucumber-jvm] Why are we not allowed to extend classes that ...

https://groups.google.com/g/cukes/c/ke7MhnjqQGQ
On what instance would you expect the hooks to be invoked? Why do you think you need inheritance in the first place? Cheers,. Aslak.

[cucumber-spring] Cucumber glue scope not registering.

https://groups.google.com/g/cukes/c/9VATYDqwPPY
It would take a lot of refactoring to use @DirtiesContext. Now that I have @Scope("cucumber-glue") working i don't need @DirtiesContext. It did expose some bugs ...