protractor plugin to print out filename of specfile -
i'm trying see if there way print out name of specfile has finished running. hoping in teardown function not sure how obtain actual filename. have experience protractor plugins?
unfortunately jasmine reporter or protractor plugin cant give executed specfile name. 'describe' or 'it' blocks names. more informative filename. check jasmine custom reporter docs - https://jasmine.github.io/2.5/custom_reporter.html
you can try build on own filename, maybe should consider other options.
Comments
Post a Comment