Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/entelgy-brasil/zucchini-liferay-dxp

Zucchini extension for Liferay DXP
https://github.com/entelgy-brasil/zucchini-liferay-dxp

cucumber java liferay liferay-dxp zucchini

Last synced: about 1 month ago
JSON representation

Zucchini extension for Liferay DXP

Awesome Lists containing this project

README

        

# Zucchini for Liferay DXP

Zucchini extension for Liferay DXP

## Usage

```xml

br.com.entelgy
zucchini-liferay-dxp
1.0.0
test

```
### Configuration

[https://entelgy-brasil.github.io/zucchini/](https://entelgy-brasil.github.io/zucchini/)

### Example

```cucumber
#language: en
@it
Feature: Navigate to public home

Scenario: Navigate to public home with a logged User
Given user "[email protected]" and password "test" is logged in liferay
Then I navigate to "web/guest/home"
Then element having id "portlet-id" should be present
Then I logout in liferay
```

## Steps

### Liferay Steps

* Given user Test is logged in liferay
* Given user "{email}" and password "{password}" is logged in liferay
* Then I log in as Test in liferay
* Then I log in as "{email}" and password "{password}" in liferay
* Then I logout in liferay