You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/05 07:18:08 UTC

[GitHub] daisy-ycguo opened a new issue #439: Add use case test for api-gateway

daisy-ycguo opened a new issue #439: Add use case test for api-gateway
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/439
 
 
   There is only one test to test api gateway, which tests below manifest file:
   ```
   package:
     name: whiskbot
     version: 1.0
     license: Apache-2.0
     actions:
         fire:
           function: actions/fire/index.js
           inputs:
             triggerName: trgger1
             type: string
           exposedUrl: post/whiskbot/slack-event/
   ```
   I think we should add use case tests for api gateway function, to make sure both full grammar and simplified grammar are supported.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services