Live data from Hacker News

Viewing profile — defied

defied

HN member
Joined
Wed, Jan 07, 2009, 10:34 PM UTC
HN karma
655
Public activity
139 items

About defied

Founder of https://testingbot.com - An Online Browser and Device Grid to run your web and mobile app tests.

Recent public activity

  1. comment
    Comment #48775313

    There has been the (Apple provided) safaridriver for a couple of years. It speaks WebDriver W3C and can be used to interact with a Safari instance.

  2. comment
    Comment #48601955

    Curious how they frame testing on real devices: “Real devices on demand: spin up iOS simulators and Android emulators”. So those are not real/physical devices? Physical devices for…

  3. story
  4. comment
    Comment #48441753

    Same name as the test automation framework https://nightwatchjs.org/

  5. story
  6. comment
    Comment #44828576

    Looks good, excited to try this together with the CDP feature. If it works well we can add it to our (TestingBot) integration/documentation.

  7. comment
    Comment #43915131

    We created this as a free tool a while back on TestingBot: https://testingbot.com/free-online-tools/critical-css-genera... . It uses a remote browser to start a Puppeteer session a…

  8. story
  9. story
  10. comment
    Comment #41985212

    [flagged]

  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #36892081

    You can't use AppleID or iCloud because Apple's virtualization.framework does not support this (yet) https://developer.apple.com/forums/thread/707459 If you run macOS without the v…

  17. story
  18. comment
    Comment #31550581

    We use it at https://testingbot.com to provide a realtime video stream of remote desktops and mobile device screens. Mostly with Pion (Go)

  19. story
  20. comment
    Comment #30105188

    I’m working on a project that provides remote browsers, running on VMs/containers, capable of running Playwright tests (and Puppeteer scripts): https://headlesstesting.com/ We’ve s…

  21. comment
    Comment #29258918

    For testing purposes, you can achieve similar results with Selenium IDE. You can export tests and upload these to (our website) https://testingbot.com - supports screenshots and sc…

  22. comment
    Comment #28616765

    Would using gstreamer instead of ffmpeg offer better or worse performance? (Less CPU usage on the sender side?) If anyone has experience with this setup, I’d love to know.

  23. story
  24. comment
    Comment #27898369

    Chrome DevTools has an experimental feature since Chrome 89 which allows you to record Puppeteer scripts as well: https://developer.chrome.com/blog/new-in-devtools-89/#experi...

  25. comment
    Comment #27759846

    not yet - though we would like to add support for Detox in the future.