Jacek Furmankiewicz
Jacek Furmankiewicz
maybe put(T entity, MutationParameters params) where MutationParameters is a POJO with. private boolean deleteNullFields; That way if something changes in the future you only need to add fields to this...
+1 It's great to see the docker compose tasks, but it seems weird there is no Gradle task to actually start/shut Docker Compose once the file is generated
Here's a sample > in "those that weren't:" # features/db/db.feature:18 > > ]]>
Oops, sorry I closed this one by mistake...how do you re-open it?
Well, I would disagree :-) We can do better than Cucumber if it is missing some real-life features. We are using Freshen for hard-core testing of enterprise Java server-side apps...
Sure, but it looks ugly. In Junit you have @BeforeClass, @Before, @AfterClass, @After and it works just great. I don't see what the big hoopla is. Somtimes I need to...
Hm, unfortunately I am not that familiar with the Freshen code (or nose). We're mostly a Java shop but have dropped all of our JUnit testing to use BDD with...
Here's a good example from real-life: in 3 months between the Dev and QA department we have created 700+ BDD scenarios for a single app (!). In many of these...
Hi, are there any updates on this? This is killing us in production right now...we have 7,000 BDDs in Freshen and the build is taking 2.5 hours to run...much of...