Coder Social home page Coder Social logo

Joda time about flakeless HOT 2 CLOSED

tobyweston avatar tobyweston commented on August 18, 2024
Joda time

from flakeless.

Comments (2)

tobyweston avatar tobyweston commented on August 18, 2024

I have no idea why we'd gotten away with it before but we've had to add joda time into our build.sbt to get this running.

from flakeless.

alltonp avatar alltonp commented on August 18, 2024

Joda was almost certainly coming in from nscala-time, which im.mange.little depended on, at some point that must have changed. All of my projects were already depending on nscala-time so that's probably how it slept through the net.

It turns out that moving to java-time wasn't such a big deal. I've just pushed a new version, flakeless 0.0.186.

So, the only dependency that should be required is whichever version of webdriver you wish to use.

If you want to reduce the number of deps that webdriver brings in then I would recommend excluding any browsers you arent using.

i.e if you are just using chrome/canary the optimal setup is:

  "im.mange" %% "flakeless" % "0.0.186" % "test",
  "org.seleniumhq.selenium" % "selenium-java" % "3.12.0" % "test"
    exclude("org.seleniumhq.selenium", "selenium-safari-driver")
    exclude("org.seleniumhq.selenium", "selenium-firefox-driver")
    exclude("org.seleniumhq.selenium", "selenium-ie-driver")
    exclude("org.seleniumhq.selenium", "selenium-opera-driver")
    exclude("org.seleniumhq.selenium", "selenium-edge-driver")

Please try 0.0.186 and let me know how that goes.

from flakeless.

Related Issues (3)

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.