All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.cucumberauthentication.cucumber-authentication.md Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
# Cucumber authentication

You can authenticate users in cucumber scenarios using:

```
Given I am logged in as "user"
```

The user and roles you'll get are defined in `AuthenticationSteps`, feel free to add new test users (with roles) in the `users` variable here.

You can "disconnect" using:

```
Given I am logged out
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy