Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-10 16:14:59 +00:00
parent 20bd285bcd
commit 7c41134684
222 changed files with 3034 additions and 111 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/e2e-test-utils
## 0.1.2-next.1
### Patch Changes
- b96c20e: Added optional `channel` option to `generateProjects()` to allow customizing the Playwright browser channel for testing against different browsers variants. When not provided, the function defaults to 'chrome' to maintain backward compatibility.
Example usage:
```ts
import { generateProjects } from '@backstage/e2e-test-utils';
export default defineConfig({
projects: generateProjects({ channel: 'msedge' }),
});
```
## 0.1.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/e2e-test-utils",
"version": "0.1.2-next.0",
"version": "0.1.2-next.1",
"description": "Shared end-to-end test utilities Backstage",
"backstage": {
"role": "node-library"