Skip to main content

Testing Superblocks tools

Superblocks provides a variety of tools you can use to ensure the quality and reliability of your internal tools. Write unit and integration tests for your APIs with the Superblocks Testing SDK. Create end-to-end tests that interact with your application UI + backend APIs. Once you've written your tests, run them manually or automate them as part of your regular development process.

Test at every stage of development

Testing plays an important role throughout the development lifecycle. You can create various types of tests for your Superblocks tools, including integration, end-to-end, and regression testing.

Run and automate tests

Superblocks supports both manual testing and test automation. Run a single test on demand locally, or run an entire test suite as part of your continuous integration and continuous delivery (CI/CD) pipeline.

More resources

Debugger

Debug your Superblocks Applications using the Debugging Panel.

Testing APIs

Write and run automated tests for your Superblocks APIs using your JS/Python framework of choice

E2E Testing

Create E2E tests for your Superblocks Applications using Cypress, Playwright, and more