Received: by 10.68.129.133 with SMTP id nw5mr553419pbb.3.1329986367422; Thu, 23 Feb 2012 00:39:27 -0800 (PST) X-BeenThere: cukes@googlegroups.com Received: by 10.68.120.102 with SMTP id lb6ls4879006pbb.6.gmail; Thu, 23 Feb 2012 00:39:25 -0800 (PST) Received: by 10.68.221.4 with SMTP id qa4mr530287pbc.7.1329986365350; Thu, 23 Feb 2012 00:39:25 -0800 (PST) Received: by 10.68.221.4 with SMTP id qa4mr530286pbc.7.1329986365342; Thu, 23 Feb 2012 00:39:25 -0800 (PST) Return-Path: Received: from mail-pz0-f43.google.com (mail-pz0-f43.google.com [209.85.210.43]) by gmr-mx.google.com with ESMTPS id 6si1173201pbg.2.2012.02.23.00.39.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 00:39:25 -0800 (PST) Received-SPF: pass (google.com: domain of aslak.helle...@gmail.com designates 209.85.210.43 as permitted sender) client-ip=209.85.210.43; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of aslak.helle...@gmail.com designates 209.85.210.43 as permitted sender) smtp.mail=aslak.helle...@gmail.com; dkim=pass header...@gmail.com Received: by damc16 with SMTP id c16so1144151dam.2 for ; Thu, 23 Feb 2012 00:39:25 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of aslak.helle...@gmail.com designates 10.68.135.134 as permitted sender) client-ip=10.68.135.134; Received: from mr.google.com ([10.68.135.134]) by 10.68.135.134 with SMTP id ps6mr1285590pbb.66.1329986365311 (num_hops = 1); Thu, 23 Feb 2012 00:39:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=9SUm34HKpn5GvytmI+nz6Z+Hi11Ik8l6Uc3xYG0zVv4=; b=lVlJYEiuDJ0zEdx5eR/6/fIR1/FPOFT97NcFwEocA3F7LcWXyTzYmLDpveGftEab78 epXYWioEh9A2cvElDnoPuwMlHdAwSNbHB5BiEkP2aRIZoXd0iTRl4RluEUwsDIkqKMBU gfC0JZWg0iL1EaCDJ4e3vnQFUApbwgr4V5hW8= Received: by 10.68.135.134 with SMTP id ps6mr1061519pbb.66.1329986365255; Thu, 23 Feb 2012 00:39:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.8.165 with HTTP; Thu, 23 Feb 2012 00:39:05 -0800 (PST) In-Reply-To: <323f1755-9865-4e25-99c0-2e073debd...@f30g2000yqh.googlegroups.com> References: <323f1755-9865-4e25-99c0-2e073debd...@f30g2000yqh.googlegroups.com> From: aslak hellesoy Date: Thu, 23 Feb 2012 08:39:05 +0000 Message-ID: Subject: Re: [Cucumber:10496] How to generate a HTML report using cucumber? To: cukes@googlegroups.com Content-Type: text/plain; charset=UTF-8 On Thu, Feb 23, 2012 at 7:52 AM, damon wrote: > Hi All > > I am new to cucumber. > I am learning Automated Testing recently using cucumber + watir - > webdriver + ruby. > I have finished a demo. > But I need to know how to generate a HTML report now. That is mean it > can output a file which is xxx.html, and we can check it through > browser. > > Somebody said just add "format = html" to my code. > But when I input "cucumber features --format = html", it just show > html code in the terminal. > Try this: cucumber features --format html --out reports For more info: cucumber --help Aslak > Who can help me? > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups "Cukes" group. > To post to this group, send email to cukes@googlegroups.com. > To unsubscribe from this group, send email to cukes+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/cukes?hl=en. >