Skip to content

Commit

Permalink
Have the Automated Functional Acceptance Testing back to Configure ni…
Browse files Browse the repository at this point in the history
…ghtwatch.conf.js for Circle CI #122
  • Loading branch information
Natshah committed Jan 13, 2024
1 parent 92da6b1 commit 21c24b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ jobs:
name: Install yarn
command: |
yarn install
- run:
name: Configure nightwatch.conf.js for Circle CI
command: |
node webship-init -ci circleci -os linux -b chrome
- run:
name: Start virtual server
command: |
export NODE_OPTIONS=--openssl-legacy-provider
yarn start
background: true
- run:
name: Test
command: |
Expand Down

0 comments on commit 21c24b4

Please sign in to comment.