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
Hey devs ... If you want to log your feature step by step similar to how Cucumber logs in Ruby, then you can use FlexLogger and configure it in your test config file.
# file config/test.exsconfig:logger,backends: [{FlexLogger,:test_logger},{FlexLogger,:default_logger}]config:logger,:test_logger,logger: :console,default_level: :off,# the tests that use Cabbage start with FeatureTest. i.e.: FeatureTest.CreatePostlevel_config: [module: FeatureTest,level: :info],format: " $levelpad$message\n"config:logger,:default_logger,logger: :console,default_level: :warn,format: "\n$time $metadata[$level] $levelpad$message\n"
This info might fit quite well into the README and then close this ticket ...
The text was updated successfully, but these errors were encountered:
Yes, completely agree, I'm currently are in progress to push this repository to 1.0.
Updating documentation is one of the steps. This also will be integrated ;)
This also could change, due to code changes in general.
THIS IS NOT AN ISSUE.
Hey devs ... If you want to log your feature step by step similar to how Cucumber logs in Ruby, then you can use
FlexLogger
and configure it in your test config file.This info might fit quite well into the README and then close this ticket ...
The text was updated successfully, but these errors were encountered: