Skip to content

Simulador de datos y pruebas de estres #44

@Kalebtron1

Description

@Kalebtron1

Why this matters

Repeatable data and stress cases help contributors reproduce edge cases faster.

Problem

There is no easy way to replay scenarios or load the current flow with test data.

Scope

  • Add a small simulator or fixture that can replay representative data.
  • Include at least one command or script that exercises the scenario end to end.
  • Keep the fixture deterministic so the result is reviewable.

Implementation guidance

  • Use api/calculate-score.js, api/evaluate-and-mint.js, docs/flows.md, and playwright-fixture.ts as the main references.
  • Make the scenario easy to rerun from a clean checkout.
  • Document any seed data or assumptions the fixture needs.

Out of scope

  • A full load-testing platform.
  • Large-scale synthetic data generation beyond the affected flow.

Acceptance criteria

  • PR includes the simulator or test fixture plus the command to run it.
  • Reviewer can follow the steps and reproduce the same scenario locally.
  • The PR description explains what the fixture covers and what it does not.

Validation

  • Run the simulator or fixture command locally.
  • Confirm the output is deterministic enough to review.
  • Make sure the scenario matches the documented issue scope.

PR requirements

  • Include Closes #44.
  • Describe any mock data or seed values that are required.
  • Explain how the fixture helps future contributors.

Complexity

  • Medium (100 points)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave programbackendBackend API and server workcomplexity:medium150 points - standard feature touching multiple areastestingTests, CI and E2E

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions