All-in-one open source e2e testing framework, with low-code recorder, runner + batteries built-in.
npm install crusher-debug

Open-source testing framework to test with minimal effort
Crusher all in one testing framework. It includes everything w.r.t to e2e testing, like test recorder(local app), test runner and web app for you.
Create, run and debug tests with simple workflow, use low-code or code.
Making testing to make it simple, fast and robust.
It's an alternative to cypress, playwright, selenium, etc.
☄️Create your first test
```
npx crusher.dev
🚖 Run test
```
npx crusher.dev test:run
You can run test locally on your machine to debug. Run it on cloud for faster execution.
Reference/ Getting Started | What is Crusher
Crusher has a lot of features, some of the major ones are
- 👨🏽💻 Test using low-code: Create tests using our customized recorder based on chromium
- 📇 Use code files: Better APIs and more control with playwright APIs
- 🔋 All major browsers supported:
- 👨🏽💻 Built for developers: Use modern javascript to write tests with simple workflow
- 🔥 Fast test execution
- ⚡ Blazing Fast: Built on top of Playwright, Crusher delivers an amazing performance during execution
- 📼 Easy integration with your projects
- 🦄 Central reporting & dashboard: See how your app is doing overall anytime-anywhere
Crusher works framework on top of playwright. We're focusing on engineering, e2e experience of testing.
It seems like every time you are changing something, there is a chance of stuff breaking. The worst part is you're lost, and then someone reports the issue in prod.
Testing solves this, but it hasn't evolved. We're changing it by creating an integrated solution that simply works.
Crusher cloud- Start using | Zero configuration setup
(Recommended: Faster, cheaper and less hassle)
Self host: Deploy using Docker or Kubernetes. Docs
- I don't have any prior experience, Can I use Crusher? Yes, we primarily designed crusher to make testing easy. Most developer have never created test.
- Low-code ain't powerful? I believe code is more powerful: Fair enough, you can write code too. We might support other frameworks later on.
- Why use this over selenium, cypress, etc? With any library, you'll have to spend a lot of time setting up testing framework. For us the whole experience was frustrating, from both time and reliability.
- Why a new framework? Testing has not evolved. We still have old flaky APIs that don't work.
- Is crusher using electron? We need to use chromium to build the recorder and also to run tests locally. We also modify V8 and Blink to make the recorder more powerful.
For general help using Crusher, please refer to the official documentation.
- GitHub (Bug reports, Contributions)
- support@crusher.dev
- Setup crusher locally Docs
- Found a bug? File an issue
- Wanna help. We love pull requests, too!
This repo is entirely MIT licensed, except the /src_ee directory (if applicable).