diff --git a/src/playwright/devcontainer-feature.json b/src/playwright/devcontainer-feature.json index 1b04281..bf161fb 100644 --- a/src/playwright/devcontainer-feature.json +++ b/src/playwright/devcontainer-feature.json @@ -1,17 +1,17 @@ { - "id": "playwright", - "version": "0.1.1", - "name": "Playwright", - "description": "Playwright enables reliable end-to-end testing for modern web apps.", - "dependsOn": { - "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/node:1": {} - }, - "options": { - "browsers": { - "type": "string", - "description": "A SPACE-separated list of browsers to install", - "default": "" + "id": "playwright", + "version": "0.2.0", + "name": "Playwright", + "description": "Playwright enables reliable end-to-end testing for modern web apps.", + "dependsOn": { + "ghcr.io/devcontainers/features/common-utils:2": {}, + "ghcr.io/devcontainers/features/node:1": {} + }, + "options": { + "browsers": { + "type": "string", + "description": "A SPACE-separated list of browsers to install", + "default": "" + } } - } -} \ No newline at end of file +}