Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 27, 2025

Replaces the basic Robot Framework example with the workflow from testkube/test/robotframework/crd/smoke.yaml, demonstrating production-ready features.

Changes

  • Workflow specification: Updated to use official marketsquare/robotframework-browser image with browser testing support, resource requests, working directory, and job timeout
  • Multi-step execution: Separated test execution from artifact collection for better reliability
  • Enhanced reporting: Added JUnit XML generation and environment-based logging configuration
  • Documentation: Added feature explanations with links to workflow documentation for content fetching, resource management, timeouts, environment variables, and artifacts
spec:
  container:
    image: marketsquare/robotframework-browser:19.10
    resources:
      requests:
        cpu: 1000m
        memory: 1000Mi
  job:
    activeDeadlineSeconds: 180
  steps:
    - name: Run Robot Framework tests
      run:
        shell: |
          robot --outputdir /data/artifacts \
            --xunit /data/artifacts/junit.xml \
            --exclude negative \
            tests/
Original prompt

This section details on the original issue you should resolve

<issue_title>update the basic robot-framework example</issue_title>
<issue_description>update the robot-framework example with the workflow at https://github.com/kubeshop/testkube/blob/main/test/robotframework/crd/smoke.yaml and add corresponding explanations to the different features used in the workflow. Keep it short and add links to corresponding workflow documentation articles for the features that you highlight</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
testkube-docs Ready Ready Preview Comment Oct 27, 2025 0:26am

…lanations

Co-authored-by: olensmar <1917063+olensmar@users.noreply.github.com>
Copilot AI changed the title [WIP] Update robot-framework example with new workflow Update Robot Framework workflow example with production-ready configuration Oct 27, 2025
Copilot AI requested a review from olensmar October 27, 2025 12:25
Copilot finished work on behalf of olensmar October 27, 2025 12:25
@olensmar olensmar marked this pull request as ready for review November 9, 2025 15:25
@olensmar olensmar requested a review from a team as a code owner November 9, 2025 15:25
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.

update the basic robot-framework example

2 participants