Closed jason0x43 closed 4 years ago
In core/lib/interfaces/object, a warning is logged when the user creates a test with a lifecycle method name. This warning should be emitted as an actual warning with executor.emit('warning' , ...) so that it can be displayed outside of a debug run.
core/lib/interfaces/object
executor.emit('warning' , ...)
In
core/lib/interfaces/object
, a warning is logged when the user creates a test with a lifecycle method name. This warning should be emitted as an actual warning withexecutor.emit('warning' , ...)
so that it can be displayed outside of a debug run.