This is the simplest possible setup for Cucumber-JVM using Java with Maven. There is nothing fancy like a webapp or browser testing. All this does is to show you how to set up and run Cucumber! There ...
realm-e2e-tests/ ├── features/ │ ├── admin/ # Admin dashboard tests │ │ ├── billing.feature │ │ ├── servers.feature │ │ └── vms.feature │ ├── web/ # Web application tests │ │ ├── auth.feature ...