QAComet

QAComet is the only fractional QA service designed for startups. Check out qacomet.com today!

QACometqacomet
2024-10-07

Are LLM hallucinations legally binding? See what's brewing in the courts.

qacomet.com/blog/is-your-llm-h

QACometqacomet
2024-07-23

Are workflows breaking in your 's product whenever you make code changes? Learn about how you can manage these kinds of software regressions in our article:

qacomet.com/blog/what-are-soft

QACometqacomet
2024-07-05

See how Shift-Left QA can help accelerate your product development pipeline qacomet.com/blog/shifting-left

QACometqacomet
2024-03-28

Check out our case study with Automatisch:
qacomet.com/case-studies/autom

QACometqacomet
2024-02-14

Code in morning light,
Tests run deep into the night,
Bugs flee from the sight.

QACometqacomet
2024-01-28

@mikestreety Yeah, no problem! For that case, you can run playwright tests without importing a page. E.g. just write `test("test my CLI", async () => { /* your test code */ });`. The test runner will run without loading up a browser. Only thing to make sure is a browser is still in the projects list of `playwright.config.ts`, otherwise it won't load any tests.

screenshot of code editor containing a playwright test which imports a library and does not use a page
QACometqacomet
2024-01-25

@mikestreety Oh, you may be able to get away with just using Playwright, I think it can work well for most testing use cases. If you need to render react/vue/etc. components, try out the test components, playwright.dev/docs/test-compo, feature. Or, if you really need jest support, checkout Jest-Playwright, github.com/playwright-communit, which is a compatibility layer between the two.

I'm curious about your use case, feel free to DM me :)

QACometqacomet
2024-01-22

This surprised me too, when you look further down there's almost always multiple layers of abstractions, each of which defines it's own margin, padding, display, conditions/wrappers.

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst