testsuite icon indicating copy to clipboard operation
testsuite copied to clipboard

[BUG] Update cnf-testsuite.yml overview, argument descriptions & any other out of date items.

Open denverwilliams opened this issue 3 years ago • 3 comments

Describe the bug Update cnf-testsuite.yml overview, argument descriptions & any other out of date items.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • OS [e.g. Linux, iOS, Windows, Android]
  • Distro [e.g. Ubuntu]
  • Version [e.g. 18.04]
  • Architecture [e.g. x86, arm]
  • Browser [e.g. chrome, safari]

How will this be tested? aka Acceptance Criteria (optional)

(optional: unnecessary for things like spelling errors and such)

Once this issue is address how will the fix be verified?

Additional context Add any other context about the problem here.


NOTE: you can enable higher logging level output via the command line or env var. to help with debugging

# cmd line
./cnf-testsuite -l debug test

# make sure to use -- if running from source
crystal src/cnf-testsuite.cr -- -l debug test

# env var
LOGLEVEL=DEBUG ./cnf-testsuite test

Also setting the verbose option for many tasks will add extra output to help with debugging

crystal src/cnf-testsuite.cr test_name verbose

Check usage documentation for more info about invoking commands and logging

denverwilliams avatar May 04 '22 22:05 denverwilliams

documentation looks good

wvwatson avatar May 11 '22 19:05 wvwatson

@agentpoyo @wavell add level of effort in points (0,1,2,3,5,8,13)

lixuna avatar May 12 '22 18:05 lixuna

I would have voted 5pts

agentpoyo avatar May 12 '22 22:05 agentpoyo