Skip to content

Commit 2504f69

Browse files
committed
🔖 Ember SDK v0.0.1
1 parent a3e895c commit 2504f69

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

clients/ember/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.1] - 2026-01-06
9+
10+
## What's Changed
11+
12+
### Added
13+
- Playwright options support via `configure()` second parameter for full control over browser launch options (headless mode, slowMo, timeout, proxy, etc.)
14+
- `--fail-on-diff` CLI flag and per-screenshot option to control whether visual differences should fail tests (defaults to false - diffs logged as warnings)
15+
- Graceful SDK behavior when no Vizzly server is running - screenshots are skipped instead of throwing errors
16+
17+
### Changed
18+
- **BREAKING**: Renamed `vizzlySnapshot()``vizzlyScreenshot()` for consistency with Vizzly terminology
19+
- **BREAKING**: Renamed `vizzly-browser` binary → `vizzly-testem-launcher` to better reflect its purpose
20+
- Browser now runs in headless mode by default (set `headless: false` in `playwrightOptions` for headed mode)
21+
- Visual diffs no longer fail tests by default - use `--fail-on-diff` flag or per-screenshot option to enable strict mode
22+
23+
### Fixed
24+
- "Browser exited unexpectedly" error when running Ember tests with Testem - launcher now properly lets Testem manage browser lifecycle
25+
- Improved error handling and logging with stack traces - use `VIZZLY_LOG_LEVEL=debug` for detailed output
26+
- Exit with proper error code (1) on failures instead of always returning 0
27+
- npm bin path format in package.json for better npm compatibility
28+
- Repository URL format in package.json
29+
30+
**Full Changelog**: https://github.com/vizzly-testing/cli/compare/ember/v0.0.1-beta.1...ember/v0.0.1
31+
832
## [0.0.1-beta.0] - 2026-01-04
933

1034
## What's Changed

clients/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizzly-testing/ember",
3-
"version": "0.0.1-beta.4",
3+
"version": "0.0.1",
44
"description": "Visual testing SDK for Ember.js projects using Testem",
55
"keywords": [
66
"vizzly",

0 commit comments

Comments
 (0)