oz
oz
Explore posts from servers
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
Vitest is great for backend and Playwright is best for frontend. So combined we can ensure both are perfect (assuming the tests are comprehensive of course 🙂 ) thanks guys!
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
an AI thread helped with this haha
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
Obviously playwright has a slight advantage as its as close as can be to a real user experience, but hypothetically is vitest enough?
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
So I see the difference, but It seems they really do the same thing just playwright has a more real user experience since it tests directly by emulating browser where as vitest just calls the component ensuring text and others are there
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
👍
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
@cje so I assume vitest tests direct functions and not user style usage
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
Thanks guys!
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Best Frontend Testing System?
Really appreciate this info! Hectic day will have time to check these this weekend probs but thanks again. I know I said "best" to me that means easiests with best tool suite. As I saw some librarys can take hour stos etup simple tests for simple pages. We have built some pretty complex pages so looking for something that really streamlines the process. I saw some that use a "recording" to see what you do then you say what you expected those seems easy and cool but yeah thats what I meant haha. Will let you know when I go over 🙂
24 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
Haha true, your a legend really saved me
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
WOW your amazing. That was it. I feel very stupid for missing that thanks!
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
I was babied using Prisma 😅
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
Is my schema simply flawed?
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
running
SELECT * FROM restriction_group
WHERE products @> '["63905"]'::jsonb;
SELECT * FROM restriction_group
WHERE products @> '["63905"]'::jsonb;
^ ran that query and returns nothing
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/12/2024 in #questions
Drizzle where query problems
No description
18 replies
TTCTheo's Typesafe Cult
Created by oz on 7/9/2024 in #questions
Cost Efficient XL Generation for Large Products
Thanks!
9 replies
TTCTheo's Typesafe Cult
Created by oz on 7/9/2024 in #questions
Cost Efficient XL Generation for Large Products
No its for a search engine, they told us they need it. They will access it once every 15min.
9 replies
TTCTheo's Typesafe Cult
Created by oz on 7/9/2024 in #questions
Cost Efficient XL Generation for Large Products
I guess a non serverless service will always be cheaper for an API like this
9 replies
TTCTheo's Typesafe Cult
Created by oz on 7/7/2024 in #questions
Route workin in Dev and not Prod?
I solved this by just doing route/[id] Still dont know why this happened
6 replies
TTCTheo's Typesafe Cult
Created by oz on 7/7/2024 in #questions
Route workin in Dev and not Prod?
Both actually
6 replies
TTCTheo's Typesafe Cult
Created by oz on 7/7/2024 in #questions
Route workin in Dev and not Prod?
Bump :sobskull:
6 replies