Giter Site home page Giter Site logo

dropbear's People

Contributors

bsrz avatar iankeen avatar matcartmill avatar zlippard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dropbear's Issues

Move generator away from enums

I'd like the output to use structs with static members. This will allow the types to be extended by other means (i.e. manually or from other generators).

This will be especially useful in scenarios where the a11y ids are set via code.

The new format should be

enum AccessibilityIdentifiers {
    struct FooViewController: RawRepresentable {
        static let someButton = FooViewController(rawValue: "someButton")
        static let someOtherButton = FooViewController(rawValue: "someOtherButton")

        let rawValue: String
    }
    struct BarViewController: RawRepresentable {
        static let someTextField = BarViewController(rawValue: "someTextField")

        let rawValue: String
    }
}

!(.exists) waits the full timeout duration

Currently .exists will wait 5 seconds for the element to exist. When doing !(.exists), it's simply returning the opposite of what the .exists matcher will give.

At that point, every !(.exists) is guaranteed to take 5 seconds to complete. The user would need to do !(.exists(waiting: 0)) for every ! check on exists.

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.