Skip to content

Commit e239a2a

Browse files
committed
Updated browser
1 parent f5fc4b5 commit e239a2a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ jobs:
383383
xvfb-run --auto-servernum --server-args="-screen 0 1280x1024x24" \
384384
npm run cy:run:onboarding
385385
386-
echo "Memory Usage After Tests:"
387-
node -e "console.log(process.memoryUsage())"
388-
389386
- name: Upload UI tests artifacts
390387
if: ${{ failure() }}
391388
shell: bash

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Countly, Inc.",
66
"scripts": {
77
"cy:open": "cypress open",
8-
"cy:run:dashboard": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/dashboard/**/*.cy.js --headless --browser chrome",
9-
"cy:run:onboarding": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/onboarding/**/*.cy.js --headless --browser chrome",
8+
"cy:run:dashboard": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/dashboard/**/*.cy.js --headless --browser electron",
9+
"cy:run:onboarding": "CYPRESS_NO_COMMAND_LOG=1 cypress run --record --key 00000000-0000-0000-0000-000000000000 --spec **/onboarding/**/*.cy.js --headless --browser electron",
1010
"cy:run:login": "cypress run --spec **/login.cy.js --browser chrome",
1111
"cy:run:userActivity": "cypress run --spec **/analytics/loyalty/userActivity.cy.js --browser chrome"
1212
},

0 commit comments

Comments
 (0)