-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/reserve_model_lot2_scalian' into feature/reserv…
…e_model_lot2_scalian_without_tests Updating the generated exe
- Loading branch information
Showing
419 changed files
with
12,560 additions
and
6,498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Request for support | ||
about: Ask any question | ||
title: '' | ||
labels: help wanted | ||
|
||
--- | ||
|
||
**Your identity** | ||
Your name, company, why you are interested in Antares-Simulator... | ||
Any information that can help us understand the context of your request! | ||
|
||
**Question** | ||
Your question, remark... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Run cucumber tests" | ||
description: "Run cucumber tests" | ||
inputs: | ||
feature: | ||
description: 'Feature file or folder to run (default runs all features in "features" folder)' | ||
required: false | ||
default: 'features' | ||
tags: | ||
description: 'Tags to run (default skips tests marked @flaky)' | ||
required: false | ||
default: '~@flaky' | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install Python requirements | ||
shell: bash | ||
run: python3 -m pip install -r src/tests/cucumber/requirements.txt | ||
|
||
- name: Run tests | ||
shell: bash | ||
run: | | ||
cd src/tests/cucumber | ||
behave --tags ${{ inputs.tags }} ${{ inputs.feature }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.