diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.txt similarity index 100% rename from .github/workflows/github-actions-demo.yml rename to .github/workflows/github-actions-demo.txt diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..c820cfa --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,24 @@ +name: Run Web Tests +run-name: ${{ github.actor }} is testing by trigger - On push +on: [push] + +jobs: + web-tests: + runs-on: ubuntu-20.04 + steps: + -name: Checkout + uses: actions/checkout@v3 + + -name: Install Python 3.10 + uses: actions/setup-python@v4 + with: + python-version: '3.10' + + -name: Install Requirements + run: | + python -m pip install --upgrade pip + pip install -U -r requirements.txt + + -name: Command Test Execution + run: | + pabot --processes 4 -d ./resources/results ./tests/* \ No newline at end of file diff --git a/mindmap.html b/mindmap.html deleted file mode 100644 index 3c9f8f6..0000000 --- a/mindmap.html +++ /dev/null @@ -1,40 +0,0 @@ - - -
- - - -