BlueDotBrigade / weevil

Filter, analyze and gain valuable insight into log files. It's all about "boring log files for tasty bytes".
http://Weevil.BlueDotBrigade.com
Apache License 2.0
14 stars 0 forks source link

As a software developer, I expect to see a list of requirements & test results, in order to quickly access health of software. #323

Open Pressacco opened 2 years ago

Pressacco commented 2 years ago

Consider creating SpecFlow "living document"

Additional Reading

http://blog.sws9f.org/software%20engineering/2019/09/29/specflow-nunit-living-document.html

https://www.google.ca/search?q=SpecFlow+%22living+document%22+videos

Pressacco commented 2 years ago

Generating "Living Documentation"

  1. Open command prompt
  2. Switch to directory
    • \weevil\Tst\BlueDotBrigade.Weevil.Gui-FunctionalTests\bin\x64\Debug\net6.0-windows
  3. Execute the following command:
    • livingdoc test-assembly BlueDotBrigade.Weevil.Gui-FunctionalTests.dll -t TestExecution.json --work-item-url-template 'https://github.com/BlueDotBrigade/weevil/issues/{id}' --work-item-prefix Requirement:
    • where Requirement: is the scenario's Tag

Additional Reading