Skip to content

Commit

Permalink
fix(core): revert to use WebPack to run Cypress E2E tests
Browse files Browse the repository at this point in the history
- using the Prod build with http-server seems to flaky to be used, so let's revert to using regular WebPack Dev server
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Oct 30, 2020
1 parent 6156508 commit 3b3c643
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
- run:
name: Website Prod Build (GitHub demo site)
command: yarn run build:demo
# - run:
# name: Run Web Server
# command: yarn run serve:demo
# background: true
- run:
name: Run Web Server
command: yarn run serve:demo
name: Start Dev WebServer
command: yarn start
background: true
- restore_cache:
name: Restoring Cache for Cypress
Expand Down

0 comments on commit 3b3c643

Please sign in to comment.