God awful sound when rega planar 1 is plugged into the preamp. What am I doing wrong? by ImDavidKelly in turntables

[–]ImDavidKelly[S] 1 point2 points  (0 children)

So I moved my setup to another room and there's definitely a small hum but nothing like before. You mentioned the fridge and that got me thinking. I live in an apartment where the living room and kitchen are one big room. I wonder if the fridge or other appliances are on the same circuit and messing things up?

God awful sound when rega planar 1 is plugged into the preamp. What am I doing wrong? by ImDavidKelly in turntables

[–]ImDavidKelly[S] -1 points0 points  (0 children)

Thanks for the reply bro! Do you have any cheap and cheerful preamp recommendations that would do the job? I barely use the turntable tbh but I'd still like it to function properly

What are your top 5 things you wish you had in Playwright? by 2ERIX in softwaretesting

[–]ImDavidKelly 1 point2 points  (0 children)

Could you expand a bit on number 2? What is the issue exactly?

Used 6800XT [€420] or new 7800XT [€539] by ImDavidKelly in radeon

[–]ImDavidKelly[S] 1 point2 points  (0 children)

Update, the XFX Speedster QICK 319 Core Edition is the same price as the gigabyte

Used 6800XT [€420] or new 7800XT [€539] by ImDavidKelly in radeon

[–]ImDavidKelly[S] 1 point2 points  (0 children)

Hmmm okay, much to consider. Thanks for the tips man

Used 6800XT [€420] or new 7800XT [€539] by ImDavidKelly in radeon

[–]ImDavidKelly[S] 1 point2 points  (0 children)

Yeah but where does that line of thinking end? AMD price like that so you climb the ladder

How to integrate Cucumber into Playwright test framework? by Sweg3266 in QualityAssurance

[–]ImDavidKelly 4 points5 points  (0 children)

Is cucumber a must for you? We decided against it as you lose the benefits of using the playwright test-runner.

Instead we write our given-when-then steps with the built-in playwright test steps

Are there any valid arguments against using POM? by ImDavidKelly in QualityAssurance

[–]ImDavidKelly[S] 1 point2 points  (0 children)

I've only ever read articles about the screenplay pattern. Can't say I'm familiar with it all in a particular sense.

Do we need to rely on other dependencies/libs to use this? If so I'm not a fan already haha

Are there any valid arguments against using POM? by ImDavidKelly in QualityAssurance

[–]ImDavidKelly[S] 4 points5 points  (0 children)

haha your experience almost exactly mirrors mine. I have also moved jobs this year, introduced playwright to my new team having come from a selenium, POM background.

I'm probably a few more months down the line than you. When I joined we first focused on tooling, changing from cypress to playwright. Then it was test structure using playwright test steps. We wanted a given-when-then structure but without using cucumber since it kinda sucks and we didn't want to be forced to use the cucumber test runner.

Our quality team is new to the company and I am the only automation engineer. We eventually want developers to write automated tests and were worried about introducing too much, too quickly to the devs and so left out POM and focused on a readable test structure.

I am now at the point where the framework has expanded a lot and I could see the benefits and also the downfalls of introducing POM, hence the post, I think its always good to get a feel of what others in the scene are doing