TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Zero config end to end testing platform for web apps

2 pointsby praveentiwarialmost 4 years ago

1 comment

praveentiwarialmost 4 years ago
Every good developer&#x2F;QA engineer write end to end tests. There are tons of tools out there to set them up such as selenium, cypress, nighwatch and protractor. Most of the time they require you to setup your own environments, IDEs, Test runners (such as Mocha or Junit), infrastructure and many more things. There are some test Infrastructure providers such as browserstack or saucelabs but they still need you to setup every other thing besides multiple OS&#x2F;browsers.<p>I built Zylitics with a vision to pack all these things in 1 single product and to make it dead easy for everyone to write great tests. It provides everything required to successfully write, run and debug tests and works right from a browser. It requires no installations and zero configuration. It has a brilliant web IDE that does everything a desktop IDE would.<p>For writing tests, Zylitics uses it&#x27;s own language called ZWL that uses webdriver under the hood to automate browser. ZWL abstracts away the complicated parts of webdriver, handles the edge cases, waits automatically wherever needed and provides built-ins for almost every use case.<p>Zylitics manages infrastructure, test assets, code and everything else to let developer focus on just writing reliable tests.