Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Ability for Descriptive Test Name #61

Open pertrai1 opened 7 years ago

pertrai1 commented 7 years ago

Please consider adding the ability to add a descriptive name to each test. We run automated tests against issues and it would be nice to have the test actually have the ability to add in what the test name is.

test('Issue# 602 - name of automated test')
Zarkonnen commented 7 years ago

How would you like to be able to specify the name of the test if not through its file name? As a command-line parameter? This will work but only for single test runs, not suites.