Testing and development

A Guide to Web Application Monitoring

Learn how to implement effective web application monitoring for Rails and React apps using metrics, logs, and traces to catch problems before they impact users.

Introducing Line Range Filtering in Rails

Rails 7.1 introduces line range filtering for running specific tests within a test file based on line numbers.

Expo React Native CI/CD with GitHub

In this blog, we will see how to set up a CI/CD workflow using Github Actions for the Expo React Native application.

Breaking changes in Cypress 10.0

Cypress version 10.0 was released last month with a lot of new features, changes, bug fixes, and deprecations.

Cypress 9.6.0 cy.origin for Multi-Domain

Cypress introduces cy.origin to switch between multiple superdomains in a single test from UI

Optimizing Rails App Performance

A comparative analysis of the performance metrics before and after completing the scale tests.

Cypress 9.3.0 selectFile Command

Cypress introduced native support for file upload and selecting files in an HTML5 input element.

Cypress 9.2.0 CYPRESS_VERIFY_TIMEOUT

Add the 'CYPRESS_VERIFY_TIMEOUT' environment variable to override the timeout duration of the verify command.

Cypress 9.2.0 Read-Only Config Error

Cypress 9.2.0 now throws validation errors when attempting to update read-only config values at runtime via Cypress.config().

Scalability Testing Using k6 Framework

Understanding scalability testing, creating a user profile, and running tests using k6.