Skip to content

Commit

Permalink
Merge pull request #29 from minvws/v1.0.6
Browse files Browse the repository at this point in the history
Corrected 1.0.6 sync
  • Loading branch information
sigio authored Sep 8, 2023
2 parents 4927166 + 373ee02 commit e3c3727
Show file tree
Hide file tree
Showing 262 changed files with 10,474 additions and 1,575 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

[docker-compose{*,/**/*}.{yml,yaml}]
indent_size = 4
Empty file removed .github/workflows/.gitignore
Empty file.
33 changes: 33 additions & 0 deletions .github/workflows/daily-e2e-robotrun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: E2E regression tests
on:
schedule:
- cron: '0 0 * * *' # This cron schedule runs the workflow every day at midnight UTC
workflow_dispatch:

jobs:
e2e-robot-tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/robot_framework/requirements.txt --use-deprecated=legacy-resolver
rfbrowser init
- name: Execute E2E tests (Robot Framework)
env:
OTP_SECRET_WOO: ${{ secrets.OTP_SECRET_WOO }}
USERNAME_WOO: ${{ secrets.USERNAME_WOO }}
PASSWORD_WOO: ${{ secrets.PASSWORD_WOO }}
run: |
python -m robot -d tests/robot_framework/results -x outputxunit.xml -i E2E -e LOGS -v headless:true tests/robot_framework
- name: Upload test results
uses: actions/upload-artifact@v3
if: always()
with:
name: reports
path: tests/robot_framework/results

# - name: echo environment
# run: echo "Testing on env: ${{ github.event.inputs.env }}"
80 changes: 0 additions & 80 deletions .github/workflows/migration-check.yml

This file was deleted.

File renamed without changes.
25 changes: 0 additions & 25 deletions assets/carousel.js

This file was deleted.

103 changes: 0 additions & 103 deletions assets/facet.js

This file was deleted.

Loading

0 comments on commit e3c3727

Please sign in to comment.