Skip to content

GDB-14748 add testing framework#3

Draft
plamen-yordanov wants to merge 1 commit into
GDB-14755-create-reactodia-wrapperfrom
GDB-14748-add-testing-framework
Draft

GDB-14748 add testing framework#3
plamen-yordanov wants to merge 1 commit into
GDB-14755-create-reactodia-wrapperfrom
GDB-14748-add-testing-framework

Conversation

@plamen-yordanov

Copy link
Copy Markdown
Contributor

What

Add Cypress testing framework and related configurations.

Why

To be able to run automated tests

How

  • Created .env for environment variables.
  • Added docker-compose.yaml for containerized testing setup.
  • Introduced cypress.config.js for Cypress configuration.
  • Added custom commands in commands.js for easier element selection.
  • Created test steps in graphwise-reactodia-steps.js for component interactions.
  • Implemented initial tests in graphwise-reactodia.cy.js to validate component behavior.

Testing

cypress

@plamen-yordanov plamen-yordanov force-pushed the GDB-14748-add-testing-framework branch 2 times, most recently from f694eeb to 4d5e8e5 Compare June 19, 2026 12:18
## What
Add Cypress testing framework and related configurations.

## Why
To be able to run automated tests

## How
- Created `.env` for environment variables.
- Added `docker-compose.yaml` for containerized testing setup.
- Introduced `cypress.config.js` for Cypress configuration.
- Added custom commands in `commands.js` for easier element selection.
- Created test steps in `graphwise-reactodia-steps.js` for component interactions.
- Implemented initial tests in `graphwise-reactodia.cy.js` to validate component behavior.

## Testing
cypress
@plamen-yordanov plamen-yordanov force-pushed the GDB-14748-add-testing-framework branch from 4d5e8e5 to 7916ee1 Compare June 19, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant