Skip to content

Commit

Permalink
Clean up test-resources & ext dirs before running UI test (#1548)
Browse files Browse the repository at this point in the history
* Clean up test-resources & ext dirs before running UI test

* Remove MOCHA envvars
  • Loading branch information
TamiTakamiya authored Sep 25, 2024
1 parent 8c4243f commit 460e52a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,10 @@ tasks:
test-ui:
desc: Run UI tests {{.XVFB}}
aliases: [ui]
env:
MOCHA_GREP: Test One Click Trial feature
MOCHA_INVERT: true
cmds:
- yarn webpack-dev
- "{{.VIRTUAL_ENV}}/bin/python3 --version"
- bash -c 'rm -rf ./out/test-resources ./out/ext'
- ' {{.XVFB}} bash -c ''source "{{.VIRTUAL_ENV}}/bin/activate" && yarn _coverage-ui-with-mock-lightspeed-server'''
interactive: true
test-unit:
Expand Down

0 comments on commit 460e52a

Please sign in to comment.