[Koha-bugs] [Bug 13849] Introduce acceptance tests with cucumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 8 10:05:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13849

--- Comment #10 from Julian FIOL <julian.fiol at biblibre.com> ---
Created attachment 39983
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39983&action=edit
Bug 13849 : Adding Cucumber tests to create a new biblio

To test:
 0/
    * Install the selenium server (have a look at bug 13691)
    * Install libtest-bdd-cucumber-perl (pkg) and App::pherkin (cpan)
    * Edit t/db_dependent/cucumber/features/step_definitions/basic_steps.pl
    and fill the login and password of a superlibrarian user.
    Maybe you should also change the address of the selenium server (search
    for 'remote_server_addr').

 1/ Start the selenium server and launch the tests:
    $ cd t/db_dependent/cucumber
    $ pherkin
      or
    $ prove tests.t

This patch add a new scenario creating a new biblio

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list