Skip to content

Commit

Permalink
Merge pull request #2765 from thematters/develop
Browse files Browse the repository at this point in the history
Release: v4.5.0
  • Loading branch information
robertu7 authored Sep 15, 2022
2 parents 9fa8585 + f0a3497 commit 1d92b78
Show file tree
Hide file tree
Showing 131 changed files with 2,570 additions and 6,790 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- main
- master
- stage
env:
MATTERS_TESTING_ACCOUNT_EMAIL: ${{ secrets.MATTERS_TESTING_ACCOUNT_EMAIL }}
MATTERS_TESTING_ACCOUNT_PASSWORD: ${{ secrets.MATTERS_TESTING_ACCOUNT_PASSWORD }}

jobs:
build_and_test:
Expand Down Expand Up @@ -48,3 +51,17 @@ jobs:
run: |
npm run lint \
&& npm run format:check
- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run Playwright tests
run: MATTERS_TESTING_ACCOUNT_EMAIL=${{ secrets.MATTERS_TESTING_ACCOUNT_EMAIL }} MATTERS_TESTING_ACCOUNT_PASSWORD=${{ secrets.MATTERS_TESTING_ACCOUNT_PASSWORD }} npx playwright test

- name: Output Playwright tests
uses: actions/upload-artifact@v2
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ service-worker.js*
storybook-static

tsconfig.tsbuildinfo

# playwright test result
/test-results/
/playwright-report/
/playwright/.cache/
1 change: 0 additions & 1 deletion .vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'jparise/vim-graphql'
Plug 'sbdchd/neoformat'
Plug 'tpope/vim-cucumber'

call plug#end()

Expand Down
5 changes: 0 additions & 5 deletions bdd/common/enums/path.js

This file was deleted.

4 changes: 0 additions & 4 deletions bdd/common/enums/script.js

This file was deleted.

5 changes: 0 additions & 5 deletions bdd/common/enums/time.js

This file was deleted.

46 changes: 0 additions & 46 deletions bdd/features/home_page.feature

This file was deleted.

19 changes: 0 additions & 19 deletions bdd/features/login_logout.feature

This file was deleted.

50 changes: 0 additions & 50 deletions bdd/features/side_bar.feature

This file was deleted.

15 changes: 0 additions & 15 deletions bdd/shells/init.sh

This file was deleted.

58 changes: 0 additions & 58 deletions bdd/steps/common.js

This file was deleted.

Loading

0 comments on commit 1d92b78

Please sign in to comment.