Skip to content

Commit

Permalink
test: add test for add-destroy schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Mar 6, 2021
1 parent 523d44e commit 9846c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/test-schematics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ wget -q --wait 10 --tries 10 --retry-connrefused http://localhost:4200

wget -O - -q "http://localhost:4200/warehouses" | grep -q "warehouses-page works"

npx ng g add-destroy extensions/awesome/shared/dummy/dummy.component.ts
grep 'destroy$' extensions/awesome/shared/dummy/dummy.component.ts

npx ng g kubernetes-deployment
find charts

Expand Down

1 comment on commit 9846c4b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.