From b9c7ac152354e7b0d4c412ed1c1860e980394815 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Thu, 9 Jan 2020 23:33:58 +0800 Subject: [PATCH] story: thinking in story call api --- README.md | 1 + .../1nDSIHPWg-method-call-to-story.feature | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/stories/1nDSIHPWg-method-call-to-story.feature diff --git a/README.md b/README.md index baf5cbc..7068f67 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ results: - [x] 3rd-party analysis XML or Groovy Scripts - [x] Groovy Support - [x] migrate to Golang Styles + - [ ] Story Cmd Documents Todo: diff --git a/docs/stories/1nDSIHPWg-method-call-to-story.feature b/docs/stories/1nDSIHPWg-method-call-to-story.feature new file mode 100644 index 0000000..157d881 --- /dev/null +++ b/docs/stories/1nDSIHPWg-method-call-to-story.feature @@ -0,0 +1,15 @@ +# id: 1nDSIHPWg +# startDate: 2020-01-09T15:32:29Z +# endDate: 2020-01-09T15:32:29Z +# priority: +# status: +# author: +# title: method call to story +# language: zh-CN +@math +功能:method call to story + + 场景: + 假设 我已经有了所有的 method call + 当 我执行 `coca story` 时 + 那么 我应该得到一个故事 -- GitLab