abstruse alternatives and similar modules
Based on the "Testing" category.
Alternatively, view abstruse alternatives based on common mentions on social networks and blogs.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. -
Mocha
โ๏ธ simple, flexible, fun javascript test framework for node.js & the browser -
Nightwatch
End-to-end testing framework written in Node.js and using the W3C Webdriver API -
WebdriverIO
Next-gen browser and mobile automation test framework for Node.js -
volkswagen
:see_no_evil: Volkswagen detects when your tests are being run in a CI server, and makes them pass. -
CasperJS
Navigation scripting and testing utility for PhantomJS and SlimerJS -
istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale. -
fast-check
Property based testing framework for JavaScript (like QuickCheck) written in TypeScript -
toxy
Hackable HTTP proxy for resiliency testing and simulated network conditions -
power-assert
Power Assert in JavaScript. Provides descriptive assertion messages through standard assert interface. No API is the best API. -
uvu
uvu is an extremely fast and lightweight test runner for Node.js and the browser -
loadtest
Runs a load test on the selected URL. Easy to extend minimally for your own ends. -
testdouble.js (AKA td.js)
A minimal test double library for TDD with JavaScript -
testcontainers-node
Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. -
Crusher
๐งโโ๏ธ Fast low-code testing framework โฑ๏ธ Create test in <60 secs -
Mochify
โ๏ธ TDD with Browserify, Mocha, Headless Chrome and WebDriver -
testen
:heavy_check_mark: Run tests for multiple versions of Node.js in local env.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of abstruse or a related project?
Popular Comparisons
README
Abstruse CI
Abstruse CI is a lightweight, yet powerful distributed CI/CD written in Golang. Its default configuration uses single node cluster with n workers, however, this cluster can be easily extended with more nodes if necessary.
This is the branch for v2.0.0 or later. If you are looking for Node.JS based v1.x.x version please check here.
Check Out Live Demo
Go to https://ci.abstruse.cc and login with username [email protected]
and password abstruse
.
Note: A demo user has only read permissions and can't add new repositories.
Get the Demo Running Locally
If you are interested about the status of this project, the easiest way to get Abstruse 2.x running is:
$ docker-compose -f https://raw.githubusercontent.com/bleenco/abstruse/master/configs/demo/default/docker-compose.yml up -d
You can also build docker images locally:
$ make docker
$ docker-compose -f configs/demo/default/docker-compose.yml up -d
This command will run abstruse-server
with a single worker node abstruse-worker
and MySQL database.
You should be able to open up the installation wizard in your browser at http://localhost and finish the setup.
Building the Project from Source
To build the project from source, first clone or download repository, then:
$ make install_dependencies
$ make
Development
If you are interested in helping with the new release, you can get the development environment running like:
$ make install_dependencies
This will install all dependencies for building the project. Please note that you need Node.JS
, yarn
and go
installed, preferably latest releases.
For UI development run:
$ cd web/abstruse
$ yarn start
For abstruse-server
development with live-reload enabled run:
$ make dev
And for abstruse-worker
development with live-reload run:
$ make dev_worker
License
See the license.
*Note that all licence references and agreements mentioned in the abstruse README section above
are relevant to that project's source code only.