SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
230 stars 72 forks source link

2 spec files are generated when enabling page objects #50

Closed georgbischoff closed 3 years ago

georgbischoff commented 3 years ago

Easy-Ui5 version: v2.2.3

OS/version: Windows 10

Browser/version (+device/version): n/a

Steps to reproduce the problem:

What is the expected result? My expectation is that only one spec file is generated that refers to the page object.

What happens instead? 2 spec files are generated (one refers to the page object, the other not):

 create uiveri5\masterdetail.spec.js
 create uiveri5\.npmignore
 create uiveri5\conf.js
 create uiveri5\README.md
 create uiveri5\package.json
 create uiveri5\pages\master.js
 create uiveri5\masterExample.spec.js

Any other information? (attach screenshot if possible)