Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Great general advice. This applies to any test suite, really. I have a feeling that even after outsourcing test runs, the problem will remain. Sure, 5 minutes (or less) is a heck of a lot better than 10, but I have an inkling that, given the nature of this problem--i.e., it's a web based template language--there's a way to run a huge portion of the suite in under 5 seconds. Maybe I could parse the template files as a string, turn them into an AST, and avoid a browser all together. I don't know; I'm just throwing out ideas, but I'm looking for ideas like that. Commented Aug 9, 2023 at 10:26