• # Plugin ruby on rails

    Posté par . En réponse à la dépêche Première sortie de Selenium IDE. Évalué à 8.

    pour ceux qui utilisent ruby on rails, il y a un plugin ici : http://andthennothing.net/archives/2006/02/05/selenium-on-ra(...)


    This plugin does four things:

    1. The Selenium files don’t have to pollute /public, they can stay in the Selenium gem or in /vendor/selenium/javascript.
    2. No need to create suite files, they are generated on the fly—one suite per directory in /test/selenium (suites can be nested).
    3. Instead of writing the test cases in HTML you can use ERb/RHTML or Selenese (a template provided by this plugin).
    4. Loading of fixtures and wiping of session (/selenium/setup).