json-schema-org / website

JSON Schema website
https://json-schema.org
Other
67 stars 174 forks source link

Parent Issue: Implement Comprehensive Test Suite for JSON Schema Website (GSoC) #806

Open aialok opened 4 months ago

aialok commented 4 months ago

Overview

Description: To ensure 100% reliability of the JSON Schema website codebase, we need to achieve 100% code coverage through a comprehensive test suite.

This parent issue tracks the overall progress of creating and implementing a robust testing strategy.

Objectives

Testing Tools

Implementation Plan

1. Set Up Initial Testing Infrastructure

2. Component Tests

3. Page Tests ( E2E Tests)

4. Test Library Utilities (Unit Tests)

Note: This is an initial testing outline. We may need to add or remove files as we progress.

benjagm commented 4 months ago

Looks great. As we discussed please add a 2 weeks plan and if there are dependencies please highlight them. Thanks!!