pretty_face
pretty_face copied to clipboard
HTML Report for Cucumber
cannot load such file -- cucumber/ast/scenario Error creating formatter: PrettyFace::Formatter::Html (LoadError) C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in`require' C:/Ruby193/lib/ruby/gems/1.9.1/gems/pretty_face-0.10.3/lib/pretty_face/formatter/html.rb:5:in `' C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in`require' C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require' C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in`require' C:/Ruby193/lib/ruby/gems/1.9.1/gems/cucumber-2.0.0/lib/cucumber/constantize.rb:17:in `rescue in constantize' C:/Ruby193/lib/ruby/gems/1.9.1/gems/cucumber-2.0.0/lib/cucumber/constantize.rb:6:in`constantize' C:/Ruby193/lib/ruby/gems/1.9.1/gems/cucumber-2.0.0/lib/cucumber/cli/configuration.rb:73:in `formatter_class' C:/Ruby193/lib/ruby/gems/1.9.1/gems/cucumber-2.0.0/lib/cucumber/cli/configuration.rb:172:in`block...
Installed Pretty face gem and added to cucumber.yml --format PrettyFace::Formatter::Html --out results/index.html Ran my feature file but I get this error: Errror in terminal: undefined method `cattr_accessor' for ActionView::Base:Class Did...
error that I get cannot load such file -- cucumber/ast/scenario Error creating formatter: PrettyFace::Formatter::Html (LoadError) /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/pretty_face-0.10.3/lib/pretty_face/formatter/html.rb:5:in `require' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/pretty_face-0.10.3/lib/pretty_face/formatter/html.rb:5:in`' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/cucumber-2.0.0/lib/cucumber/constantize.rb:17:in `require' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/cucumber-2.0.0/lib/cucumber/constantize.rb:17:in`rescue in constantize' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/cucumber-2.0.0/lib/cucumber/constantize.rb:6:in `constantize' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/cucumber-2.0.0/lib/cucumber/cli/configuration.rb:73:in`formatter_class' /Users/dennisdem/.rvm/gems/ruby-2.2.1/gems/cucumber-2.0.0/lib/cucumber/cli/configuration.rb:172:in `block in formatter_factories'...
Hi, I am getting this error [#744](https://github.com/cucumber/cucumber-ruby/issues/744) while executing watir-cucumber scripts using cucumber 2.0 beta 3 in windows. I have raised a defect in cucumber issue tracker. But it is...
Hi Folks, I noticed @cheezy pushed a commit updating the require statements to core/ast, and I think it is time we pushed and updated Pretty Face to be fully Cucumber...
We are using the latest pretty_face from github (https://github.com/cheezy/pretty_face). Our rake file has a simple task as follows: ``` namespace :test_rake_results do Cucumber::Rake::Task.new(:test_c) do |task| task.cucumber_opts = "--format PrettyFace::Formatter::Html --out...
When I run my suite (10 features) in parallel (on 8 processors) I am getting a mis-formatted feature overview in my index.html. ...
It looks like using the latest PrettyFace (0.10.3) with the latest ActionPack (4.2.0) causes the html formatter to blow up (stack trace below). Temporary fix is to use a version...
Hey folks, This is an issue we're picking up at a client, and after a bit of digging, I've found that the cucumber/ast references within the code is actually causing...
I see the Screenshot location in HTML report always looks for src = \images - instead i want to change this to custom location within my project, can someone help...