Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/sdk-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@ jobs:
env:
CI: true

- name: Run integration tests
working-directory: ./clients/ember
run: npm run test:integration
env:
CI: true

# Status check for branch protection
check:
name: SDK Unit Status
Expand Down
4 changes: 0 additions & 4 deletions clients/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@
],
"scripts": {
"test": "node --test --test-reporter=spec 'tests/unit/**/*.test.js'",
"test:integration": "node --test --test-reporter=spec 'tests/integration/**/*.test.js'",
"test:integration:e2e": "RUN_E2E=1 node --test --test-reporter=spec 'tests/integration/e2e.test.js'",
"test:all": "node --test --test-reporter=spec 'tests/**/*.test.js'",
"test:watch": "node --test --test-reporter=spec --watch 'tests/**/*.test.js'",
"test:ember": "cd test-app && npm install && npm run build -- --mode development && npx testem ci --file testem.cjs",
"test:e2e:tdd": "../../bin/vizzly.js tdd run 'RUN_E2E=1 node --test --test-reporter=spec tests/integration/e2e.test.js'",
"test:e2e:cloud": "../../bin/vizzly.js run 'RUN_E2E=1 node --test --test-reporter=spec tests/integration/e2e.test.js'",
"test:ember:tdd": "../../bin/vizzly.js tdd run 'npm run test:ember'",
"test:ember:cloud": "../../bin/vizzly.js run 'npm run test:ember'",
"lint": "biome lint src tests bin",
Expand Down
1 change: 1 addition & 0 deletions clients/ember/src/test-support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ export async function vizzlyScreenshot(name, options = {}) {
browser: detectBrowser(),
viewport_width: width,
viewport_height: height,
url: window.location.href,
...properties,
},
};
Expand Down
Loading