Code Monkey home page Code Monkey logo

Comments (6)

johanhaleby avatar johanhaleby commented on May 18, 2024

That sounds like a good idea. Not sure how easy it would be to implement though. I think we need a new concept that unifies atMostTimes and atMost. I.e. a StopCondition or something similar. I.e. there can be a TimingBasedStopCondition (atMost) and a CountBasedStopCondition (atMostTimes) that are both StopCondition's. If so you ought to be able to a supply custom StopCondition to Awaitility similar to how to can define custom poll intervals. It would also be cool if StopCondition's can be composable..

from awaitility.

sriki77 avatar sriki77 commented on May 18, 2024

Agree with your thought on the abstraction - let me see if i can spare some cycles and get you a pull request.

from awaitility.

johanhaleby avatar johanhaleby commented on May 18, 2024

That would be great!

from awaitility.

sriki77 avatar sriki77 commented on May 18, 2024

I have done intial refactoring to change duration to time based stop condition. This is draft to get all the test passing. I will relook at cleaning this change up before i proceed with Count based stop condition. Meanwhile if you have any thoughts on the commit- please let me know.

from awaitility.

johanhaleby avatar johanhaleby commented on May 18, 2024

There has been some changes internally as part of PR 45. There's now a WaitConstraint interface that (currently) have two implementations. Perhaps this could be refactored to also support this use case? I.e. instead of having methods such as getMaxWaitTime in the interface it could have a method such as isExceeded(pollCount, currentTime) and the implementations could react to this. This method should probably be invoked from the ConditionAwaiter class since it has this kind of information.

from awaitility.

sayanroy7 avatar sayanroy7 commented on May 18, 2024

Did anything happen further on this request, is it still being considered?

from awaitility.

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.