GithubHelp home page GithubHelp logo

Comments (3)

PeterAttardo avatar PeterAttardo commented on June 17, 2024

I've been encountering the same issue and I did a bit of digging into it. What appears to be happening is that the add_status method appends a status to the suite.test_cases array by going to the last element and changing it (to pass, fail, or some other status with a message). It is expecting the last element in the array to be a new TestCase object created when the add_status method last encountered a "start" status. If however, the first status your script throws is not "start" (but say "debug" as is the case in mine), the suite.test_cases array will be empty, and add_status will attempt to access the .last element of the empty array, which will then lead to the NoMethodError, because there's no TestCase object being accessed.

How best to go about fixing this is probably above my paygrade, but hopefully this information can help someone else.

from tuneup_js.

johandk89 avatar johandk89 commented on June 17, 2024

Thanks this helps! The solution I am currently using is to ensure I start the UIAutomation with a test case. This sort of solves the problem

from tuneup_js.

alexvollmer avatar alexvollmer commented on June 17, 2024

FWIW, I've been using Bwoken instead of tuneup's test runner. It's much more robust so I would suggest taking a look at that.

from tuneup_js.

Related Issues (20)

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.