TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

Pass specific data from nightwatch testcases to executor's listenTo function #267

Open nitinsh99 opened 5 years ago

nitinsh99 commented 5 years ago

My use-case involves passing some metadata specific to each test case to the listenTo method of my custom executor. Is there a way I can write a custom nightwatch command that can pass some data to the magellan executor's listenTo method?

Let me know if you need more clarification.