Skip to content

Commit

Permalink
remvoe ./out/test-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Sep 25, 2024
1 parent 762c273 commit d0aa9a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ tasks:
env:
MOCHA_GREP: UI Test Suite 1/3
cmds:
- bash -c 'rm -rf ./out/test-resources'
- ' {{.XVFB}} bash -c ''source "{{.VIRTUAL_ENV}}/bin/activate" && yarn _coverage-ui-with-mock-lightspeed-server'''
- bash -c 'mv ./out/coverage/ui ./out/coverage/ui-1'
interactive: true
Expand All @@ -178,6 +179,7 @@ tasks:
env:
MOCHA_GREP: UI Test Suite 2/3
cmds:
- bash -c 'rm -rf ./out/test-resources'
- ' {{.XVFB}} bash -c ''source "{{.VIRTUAL_ENV}}/bin/activate" && yarn _coverage-ui-with-mock-lightspeed-server'''
- bash -c 'mv ./out/coverage/ui ./out/coverage/ui-2'
interactive: true
Expand All @@ -187,6 +189,7 @@ tasks:
env:
MOCHA_GREP: UI Test Suite 3/3
cmds:
- bash -c 'rm -rf ./out/test-resources'
- ' {{.XVFB}} bash -c ''source "{{.VIRTUAL_ENV}}/bin/activate" && yarn _coverage-ui-with-mock-lightspeed-server'''
- bash -c 'mv ./out/coverage/ui ./out/coverage/ui-3'
- bash -c 'mkdir -p ./out/coverage/ui'
Expand Down

0 comments on commit d0aa9a2

Please sign in to comment.