#e2etesting — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #e2etesting, aggregated by home.social.
-
#Playwright + #Supabase enables real user flow validation, PostgreSQL integrity checks, async verification, and clean test hygiene — all in one workflow.
-
Tôi đã xây dựng Symphony - công cụ kiểm thử E2E cho web giúp viết test dễ dàng hơn. Thay vì code phức tạp, bạn định nghĩa luồng kiểm thử bằng YAML DSL như mô tả bằng tiếng Anh thông thường. Mục tiêu: E2E testing không còn quá kỹ thuật, cả PM/tester đều có thể tham gia. Dự án nguồn mở đang mong nhận sao GitHub và đóng góp từ cộng đồng! #E2ETesting #KiểmThửE2E #FrontendDev #LậpTrìnhFrontend #OpenSource #MãNguồnMở #TestingTool #CôngCụKiểmThử #WebDev
-
Learn why Cypress tests become flaky when reusing cy.wait with repeated requests, how times: 1 fixes it, and why UI-based testing is the most reliable strategy. https://hackernoon.com/achieving-reliable-e2e-tests-in-cypress-overcome-cywait-pitfalls #e2etesting
-
The Only Two Tests That Matter
Most tests are meaningless noise. If you want to do it right, only two types matter:
1️⃣ Component Tests – Test behavior, not mocks. Fake external services, ensure input/output works, and confidently. With that it’s easy to generate API docs & client libs without experience pact tests.
2️⃣ E2E Tests – Run 24/7, track real user behavior, log metrics, measure uptime, bugs, performance, and resilience. No need for e2e tests in CI pipelines if testing every environment.
Both test behavior, not code. You can refactor without touching tests as they only break when behavior breaks. If tests are slow, your implementation is the problem. Even a Raspberry Pi can handle it.
And above all: Tests must run locally. No excuses. It’s important for debugging and reproduction of user behaviors.
#Testing #SoftwareTesting #DevOps #QA #CICD #Automation #SoftwareEngineering #CodeQuality #Microservices #PerformanceTesting #E2ETesting #DeveloperLife #programming
-
If you're looking for an example in the wild of testing copy/paste functionality in an end to end test using Playwright, I gotchu in this latest pull request for the OpenSauced app. #opensource #e2etesting #testing
-
> Let’s have a look at an example that could be affected by 3rd party code and ways to monitor your stack with Playwright to guarantee that no external providers or ad blockers can mess with your business. 🫡
https://www.checklyhq.com/blog/how-playwright-can-monitor-third-party-resources/
#webdev #testing #playwright #e2e #endToEnd #test #tests #endToEndTesting #e2etesting #e2etest #integration #qa #programming #javaScript #tech #technology #frontend #web
-
> Let’s have a look at an example that could be affected by 3rd party code and ways to monitor your stack with Playwright to guarantee that no external providers or ad blockers can mess with your business. 🫡
https://www.checklyhq.com/blog/how-playwright-can-monitor-third-party-resources/
#webdev #testing #playwright #e2e #endToEnd #test #tests #endToEndTesting #e2etesting #e2etest #integration #qa #programming #javaScript #tech #technology #frontend #web
-
> Let’s have a look at an example that could be affected by 3rd party code and ways to monitor your stack with Playwright to guarantee that no external providers or ad blockers can mess with your business. 🫡
https://www.checklyhq.com/blog/how-playwright-can-monitor-third-party-resources/
#webdev #testing #playwright #e2e #endToEnd #test #tests #endToEndTesting #e2etesting #e2etest #integration #qa #programming #javaScript #tech #technology #frontend #web
-
> Let’s have a look at an example that could be affected by 3rd party code and ways to monitor your stack with Playwright to guarantee that no external providers or ad blockers can mess with your business. 🫡
https://www.checklyhq.com/blog/how-playwright-can-monitor-third-party-resources/
#webdev #testing #playwright #e2e #endToEnd #test #tests #endToEndTesting #e2etesting #e2etest #integration #qa #programming #javaScript #tech #technology #frontend #web
-
> Let’s have a look at an example that could be affected by 3rd party code and ways to monitor your stack with Playwright to guarantee that no external providers or ad blockers can mess with your business. 🫡
https://www.checklyhq.com/blog/how-playwright-can-monitor-third-party-resources/
#webdev #testing #playwright #e2e #endToEnd #test #tests #endToEndTesting #e2etesting #e2etest #integration #qa #programming #javaScript #tech #technology #frontend #web
-
I used #Nightwatch a while ago, and I really liked it. Not sure how popular and widespread it is nowadays, but I haven't heard to often from it lately. I liked that is based on the #WebDriver specification, since it makes me at least less dependant on some proprietary providers.
-
#Cypress seems to be very popular, especially in the #JavaScript community. It reads really promising, especially that it fixes some of the issues #Selenium had. My biggest worries about it is its limited browser support... If I really want to do proper #E2ETesting I do not want to limit it to Chrome and Firefox only...
-
#Selenium has been there for ages, and while I have not looked at it for a while, I am kind of worried that it is outdated, simply because of its age. I did not enjoy working with it in the past, and cannot tell if it has improved. I e.g. remember that opening the DevTools in browsers made it crash immediately.
-
🔎 I am currently searching for an #E2ETesting library. The most important thing for me to test, which I probably cannot test in a different way, is native browser notifications after receiving a push notification from a #JavaScript #ServiceWorker.
Solutions I know of include #Selenium, #WebDriverIO, #Playwright, #NightWatch and #Cypress.
❓ Do you have any other ideas or opinions on those testing libraries?
Going to add a few thoughts for some of them in separate toots.
-
Manchmal sitze ich einfach da, gebe `npx playwright test` ein und entspanne. #e2etesting #playwright
-
👨💻 I'm building an app with as little #JavaScript as possible (only sending and receiving push notifications). I don't use any framework, and everything else is handled by the server.
❓ Now I'm wondering how to handle #testing. Does it make sense to do #UnitTesting for a few lines of JavaScript? How do you handle that? Do you only do #E2ETesting in such cases?
💭 I was already thinking about using #JSDom in #Jest, but the #HTML is generated by #Symfony, making it hard to get it in there…
-
The video from my talk Exploring better ways to write tests is now available: https://www.youtube.com/watch?v=dZX7SbGOGn4
I gave it at this year's Nordic Testing Days 2023 in Tallinn, and I discussed my journey from feeling dissatisfied with testing tools to creating my own test runner. My goal of this talk was to inspire others to explore and customize their tools rather than settling for the default options available.
Slides and more at https://coderbyheart.com/exploring-better-ways-to-write-tests
-
I think that "write a test for every bug" is a foolish advice.
Write #tests for business logic only. Everything else is an implementation detail.
#unitTesting #softwareTesting #automatedTests #e2eTesting #testing #software #softwaredevelopment #unitTest
-
I think that "write a test for every bug" is a foolish advice.
Write #tests for business logic only. Everything else is an implementation detail.
#unitTesting #softwareTesting #automatedTests #e2eTesting #testing #software #softwaredevelopment #unitTest
-
Now that #AI can write #code I think the smart career move is to get into #softwareTesting; defining success in a problem space was always the hard part of #softwareDevelopment and will need even better tools now!
#Programming code was never the point of #software.
#webDev #webDevelopment #testing #playwright #cypress #e2etesting #bard #bing #chatGPT #llm
-
Do you run into end-to-end tests against a staging environment?
#e2e #endToEnd #testing #e2eTesting #webDev #programming #development #devops
-
> Do you read HTML?
If needs be, but browsers are better at it so I usually let them do it.
#cypress #playwright #puppeteer #cypressio #E2ETesting #testing
-
Check out our video on testing. We talk about getting the most out of your tests and avoiding the pitfalls that drag on many teams and distract teams from the goal of building quality software.
#Flutter and #iOS devs in particular will find this interesting. We talk about full app widget testing
-
Going neck deep in some more end-to-end testing today. #e2eTesting
I figure if we build this thing one brick at a time, at the end of a year, I'll have a little brick QA shack by the end of it.
-
Automated web app testing startup ProdPerfect raises $13M Series A led by Anthos Capital - This morning ProdPerfect, a technology startup focused on web application testing, announced a $13 m... more: http://feedproxy.google.com/~r/Techcrunch/~3/oGpyr-V7G6Y/ #thewebisabigplace #fundings&exits #anthoscapital #prodperfect #e2etesting #startups #testing #tc