Closed agrobbin closed 3 years ago
[percy] Invalid snapshot options: [percy] - clientInfo: unknown property [percy] - environmentInfo: unknown property [percy] Snapshot taken: [redacted] [percy] Warning: Missing `clientInfo` and/or `environmentInfo` properties
@percy/cli
Beta 69 started introducing these new warnings for our builds.
Our config looks like this (nearly identical to the latest default config):
version: 2 snapshot: percyCSS: | body { height: auto !important; } discovery: allowedHostnames: [] networkIdleTimeout: 250 static: cleanUrls: false upload: files: "**/*.{png,jpg,jpeg}" ignore: "" stripExtensions: false
Hey @agrobbin! Thanks for pointing out this issue! This will be fixed with #588, which gives more context as to what exactly the bug was.
The problem
Environment
@percy/cli
version: 1.0.0-beta.69Details
Beta 69 started introducing these new warnings for our builds.
Our config looks like this (nearly identical to the latest default config):