You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to implement your solution because we want to console.log the name of each running test within the fit(''). Here is my example code:
fit('testing my description', () => { console.log(JasmineSmacker.getCurrentTestName()); });
After following your steps, I do get a console.log with the name of one of our tests, however it is the wrong one. It logs the name of another test instead of the current one. How can I fix this so it logs the correct one?
The text was updated successfully, but these errors were encountered:
Hi, I tried to implement your solution because we want to console.log the name of each running test within the fit(''). Here is my example code:
fit('testing my description', () => { console.log(JasmineSmacker.getCurrentTestName()); });
After following your steps, I do get a console.log with the name of one of our tests, however it is the wrong one. It logs the name of another test instead of the current one. How can I fix this so it logs the correct one?
The text was updated successfully, but these errors were encountered: