Skip to content

Commit

Permalink
Added skipped_tests, wrapped_keywords suites
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Meggle committed Oct 17, 2023
1 parent c3a77e1 commit f82c02a
Show file tree
Hide file tree
Showing 16 changed files with 9,631 additions and 0 deletions.
17 changes: 17 additions & 0 deletions v2/data/minimal_examples/skipped_tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
output/
venv/
temp/
.rpa/
.idea/
.ipynb_checkpoints/
*/.ipynb_checkpoints/*
.virtual_documents/
*/.virtual_documents/*
.vscode
.DS_Store
*.pyc
*.zip
*/work-items-out/*
testrun/*
.~lock*
*.pkl
5 changes: 5 additions & 0 deletions v2/data/minimal_examples/skipped_tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Example: skipped tests

CMK-14680

Run this test with Robot Framework argument `--exitonfailure`.
13 changes: 13 additions & 0 deletions v2/data/minimal_examples/skipped_tests/conda.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-condayaml
# Tip: Adding a link to the release notes of the packages helps maintenance and security.

channels:
- conda-forge

dependencies:
- python=3.10.12 # https://pyreadiness.org/3.10
- pip=23.2.1 # https://pip.pypa.io/en/stable/news
- truststore=0.7.0 # https://github.com/sethmlarson/truststore/blob/main/CHANGELOG.md
- pip:
- robotframework>=6
Loading

0 comments on commit f82c02a

Please sign in to comment.