Posts by mestihudson • 75 points
2 posts
-
2
votes4
answers5515
viewsA: Dockerize Java Web App: Maven + Tomcat + Docker
In the current project of which I participate I am using the following structure: raiz-projeto/ frontend/ ... package.json backend/ ... pom.xml infra/ dockerfiles/ db.Dockerfile…
-
3
votes0
answers182
viewsQ: How to filter the scenarios that will run @Beforescenario?
I have a number of scenarios in Démoiselle-behave, and I want to filter those who should perform a method marked with @BeforeScenario. In the Cucumber-jvm, I do so: Funcionalidade: Acesso @web…