GithubHelp home page GithubHelp logo

damphyr / rutema Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 1.16 MB

rutema is a test execution tool aimed at simplifying test result collection and analysis

Home Page: http://patir.rubyforge.org/rutema

Ruby 100.00%

rutema's People

Contributors

damphyr avatar markuspg avatar mrkita avatar snyk-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rutema's Issues

Suite setup and teardown are treated as tests

Currently in Rutema, the suite setup and teardowns are treated as normal test cases. This includes problems such as the "test setup" and "test teardown" being run before and after the "suite setup". In addition these are treated by the reporter as additional "test cases", which can only confuse the test user.

Even without a "suite setup" or "suite teardown", the reporter will still report 2 tests executed, presumably tr eating the "test setup" as an additional test case.

Exceptions thrown by the parser are not properly propagated to output

When a test is not marked by "is_special", then exceptions thrown from parsing rutema elements invovled in the test do not appear in the reporting output in useful manner.

This appears to be due to line 77 in engine.rb.

Perhaps the actual problem lies by the error reporting itself.

I am reasonably sure, you can replicate this problem by adding a basic ruby error into a parser rutema extension element.

Way to find failed tests faster

Some way to display just the failed test (or eventually some keyword to search for, and jumping quick to the failed test) in rutema_web

Rutema together with Ruby 2.3.x creates a stack corruption

After updating to Ruby 2.3.1 (also tested with 2.3.3.), I found that the configuration file name parsed from the command line, becomes corrupt, after the call on line 205 in configuration.rb to evaluate the ruby content.

If I change the filename argument to FILE everything work. Otherwise, the string becomes corrupted and rutema breaks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.