Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crusher-dev/crusher
๐งโโ๏ธ Fast low-code testing โ create, run tests and get alerts โฑ๏ธ Create test in <60 secs ๐ Better open source alternative to selenium, cypress and puppeteer
https://github.com/crusher-dev/crusher
cypress frontend javascript low-code low-code-framework no-code nodejs playwright playwright-javascript react reactjs selenium test testing typescript vuejs
Last synced: 29 days ago
JSON representation
๐งโโ๏ธ Fast low-code testing โ create, run tests and get alerts โฑ๏ธ Create test in <60 secs ๐ Better open source alternative to selenium, cypress and puppeteer
- Host: GitHub
- URL: https://github.com/crusher-dev/crusher
- Owner: crusher-dev
- License: mit
- Created: 2020-10-06T20:50:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T15:14:57.000Z (12 months ago)
- Last Synced: 2024-09-29T02:01:38.164Z (about 1 month ago)
- Topics: cypress, frontend, javascript, low-code, low-code-framework, no-code, nodejs, playwright, playwright-javascript, react, reactjs, selenium, test, testing, typescript, vuejs
- Language: TypeScript
- Homepage: https://crusher.dev
- Size: 107 MB
- Stars: 548
- Watchers: 11
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Crusher- Low-code testing framework](https://user-images.githubusercontent.com/6849438/204544882-a0ea7aa0-625b-4547-8657-ba1a9e0acc44.png#gh-dark-mode-only)
![Crusher- Low-code testing framework](https://user-images.githubusercontent.com/6849438/204549825-4ab1f713-6068-4da4-86b0-58ddf7747f87.png#gh-light-mode-only)Fast all-in-one testing you'll ever need
![Crusher demo for test creation, running, cli](https://user-images.githubusercontent.com/6849438/204720236-4139dae2-a0e6-4ce6-a9fb-ab6788ec3cc9.gif)
Install Now ยป
Join Discord
ยท
Explore docs
ยท
Website
Crusher is a new **fast testing framework**, it's opinionated and takes a **low-code first** approach. Create tests by browsing your website and adding assertion when needed.
An alternative to slow workflows built and unreliable & slow libraries (w high learning curve), gluing tools, repetitive script.
Built from group up as an **all-in-tool โ with recorder, SDK, Infra + batteries built-in**.
**Crusher is in beta(v0.5)**. Join [Crusher's discord](https://discord.gg/dHZkSNXQrg) and help us make it better ๐
> Star ๐ & watch ๐ the repository in order to get updates about **v1.0.0** stable release - it's finally happening (2023๐ ) .
## Create a test
1.) **Run npx command** in your git repo.
```npx crusher.dev```
You can create tests using low-code, code, or both - whichever you prefer. 5 minutes is all you need to start testing
or [download binary](https://docs.crusher.dev/getting-started/create-your-first-test#or-install-recorder)
Reference: [Getting Started](https://docs.crusher.dev/getting-started/create-your-first-test#using-cli) | [What is Crusher](https://docs.crusher.dev/getting-started/what-is-crusher)
## ๐จ๐ฝโ๐ป Features
### Create test
- ๐จ๐ฝโ๐ป **Test using low-code:** Create tests using our customized recorder based on chromium
- ๐ **Use code files:** Better APIs and more control with playwright APIs### Run tests
- ๐ **All major browsers supported:** Chromium, Firefox, Safari, etc.
- ๐จ๐ฝโ๐ป **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### Alert & Integration
- ๐ผ **Easy integration** with your projects
- ๐ฆ Central **reporting & dashboard**: See how your app is doing overall anytime-anywhere## โฉ Use cases
- **Test e2e user flows:** Never compromise your user experience by testing important end-to-end user flows.
- **Test UI of your project:** Never let a UI change catch you off guard.
- **Run tests locally:** Test specific functionalities of your app easily with a single click.
- **Test with every commit:** Run tests on every commit and add checks on pull requests.
- **Monitor production:** Periodically run tests for your website and get notified if something goes wrong.## ๐ก Philosophy
If you are involved in software development, you are no stranger to things breaking now and then. Sometimes it's because of a small typo/change, and sometimes because of reasons out of your control.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. It's too complicated and sometimes hard. We're solving it by creating an integrated solution that simply works.
## ๐งฑ Deployment
**Crusher cloud-** [Start using](https://crusher.dev) | Zero configuration setup
(Recommended: Faster, cheaper and less hassle)**Self host:** Deploy using Docker or Kubernetes. [Docs](https://docs.crusher.dev/development/docker-deploy-locally)
## FAQs
- **I don't have any prior experience, Can I use Crusher?** Yes, we primarily designed Crusher to make testing easy. If you have used a browser before, you can use Crusher.
- **Low-code ain't powerful, I believe code is more powerful:-** Fair enough, we believe in both. We're also working on a code-first approach.
- **Why use this over selenium, cypress, etc?** With any library, you'll have to spend a lot of time setting up the testing framework for your project. With us, you can start testing right away. We're also built on top of playwright, which is a more stable and faster automation library.
- **Why a new framework?** Testing has not evolved. It can be quite frustrating to setup and maintain. With Crusher, we're trying to make it easy and fun.
- **Is Crusher using Electron?** Yes, we forked Electron to create our own chromium-based browser.### Contribute to Crusher
- Setup crusher locally [Docs](https://docs.crusher.dev/development/setting-up-development-env)
- Found a bug? [File an issue](https://github.com/crusherdev/crusher/issues/new/choose)
- Wanna help? We love pull requests, too!### License
This repo is entirely MIT licensed, except the **/src_ee directory (if applicable)**.