TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 praveentiwari将近 4 年前

1 comment

praveentiwari将近 4 年前
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.