Reading and testing JSON object in Cypress
A tutorial on how to read and test JSON objects and arrays using the Cypress testing framework, covering dot and bracket notation.
A tutorial on how to read and test JSON objects and arrays using the Cypress testing framework, covering dot and bracket notation.
Explores Django 3.2's new support for compressed fixtures in loaddata and dumpdata commands, including benchmark results.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
A technical article about using a Python context manager to simplify testing with feature flags, replacing numerous test fixtures.
A guide to using YAML fixtures for loading test data in Play Framework 2 applications with JPA, using the Fixy library.
A developer shares custom testing utilities for Django, including convenience methods for GET/POST requests and a context manager for user login.
A developer proposes a new API for generating Django fixtures more easily, outlining the concept and hoping someone will build it.