Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
Posts
23
Comments
915
Joined
2 yr. ago

  • I don't know his county specifically, but often times the roads are designed to fit in an area, with a set number of lanes, and built to that width. You cant add bike paths with out redesigning, buying more land, and building miles amd miles of path. And for what? Five bozos to ride through in fair weather?

    Not enough benefits to justify the costs. Plenty better things to spend money on.

  • Yeah,itd be one thing if they were using it for transport and actually not blocking traffic and being safe about it, but none of that is true. They all think they're Lance Armstrong or something, and its the tour de france. People have places to be!

  • It doesn't generate them, you still have to write them. Ignore the marketing, look at the actual docs, same as any other framework.

    There's a few other frameworks, I just prefer playwright because I'm used to it.

  • Don't. You really can't for most of it. At best, you can test whatever utility functions you have. The FE can and will break more in design than anything else, and that will never get caught by tests.

    That said, try a wholistic approach. Playwright requires you to run the back end too, so you get a proper test suite going, instead of jest or whatever.