Skip to content

feat: added smoke tests#778

Open
mykhailobuleshnyi wants to merge 4 commits into
mainfrom
feat/improved-tests-with-creds
Open

feat: added smoke tests#778
mykhailobuleshnyi wants to merge 4 commits into
mainfrom
feat/improved-tests-with-creds

Conversation

@mykhailobuleshnyi

@mykhailobuleshnyi mykhailobuleshnyi commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Changes are limited to test harness, CI workflows, and dev dependencies; no production runtime behavior is modified.

Overview
Introduces a smoke pytest marker and keeps slow, paid E2E scenarios out of default make test / coverage runs by applying -m "not smoke" everywhere those suites run. make test-smoke runs only smoke tests in parallel (pytest-xdist, pytest-timeout).

Adds a Smoke Tests GitHub Action (manual or run-smoke-tests PR label), a dynamiq-app-test-smoke Compose service, and wires Exa / E2B / AWS secrets into the creds integration workflow.

The main new scenario is test_e2e_hard_workflow_no_recovery: an agent uses Exa research and an E2B sandbox to build and verify a minimal Flask site, parametrized over OpenAI, Anthropic, Gemini, Bedrock and XML / structured output / function calling, asserting success, expected files, Exa usage, and no agent-loop recovery (stream + prompt checks).

Reviewed by Cursor Bugbot for commit c0c46d3. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread tests/integration_with_creds/agents/test_agent_e2e_hard_workflow.py
@mykhailobuleshnyi mykhailobuleshnyi changed the title feat: added smoke test label feat: added smoke tests Jun 11, 2026
Comment thread tests/integration_with_creds/agents/test_agent_e2e_hard_workflow.py Outdated
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL33304970070% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
2448 2 💤 0 ❌ 0 🔥 2m 42s ⏱️

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b20b0aa. Configure here.

Comment thread tests/integration_with_creds/agents/test_agent_e2e_hard_workflow.py Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant