Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/entelgy-brasil/zucchini-liferay-dxp
- Owner: entelgy-brasil
- License: apache-2.0
- Created: 2017-04-11T19:49:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T10:56:32.000Z (over 7 years ago)
- Last Synced: 2023-12-18T08:03:12.407Z (about 1 year ago)
- Topics: cucumber, java, liferay, liferay-dxp, zucchini
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 homeScenario: 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