generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
As a developer,
I want to be able to start Preview on a CF project generated with ADP Generator,
so that I preview my application
Description
The structure of CF projects generated with ADP Generator is outdated and needs to be adapted to work with the preview-middleware. After which it will be possible to preview the application in the browser.
Technical Design
What modules need to be created or enhanced?
@sap-ux/adp-tooling
,
@sap-ux/generator-adp
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have created a CF ADP
when I run the preview command
then a browser window opens and I can preview the application
Notes
Tasks
- CF template structure adapted
- Unit Tests added
- Test Cases defined