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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -