@playwright/experimental-ct-react17
Advanced tools
Comparing version 1.33.0-alpha-1680774768000 to 1.33.0-alpha-1681999635000
@@ -17,2 +17,2 @@ #!/usr/bin/env node | ||
*/ | ||
module.exports = require('playwright-core/cli'); | ||
module.exports = require('@playwright/experimental-ct-core/cli'); |
@@ -17,3 +17,3 @@ /** | ||
import type { JsonObject } from '@playwright/test/types/component'; | ||
import type { JsonObject } from '@playwright/experimental-ct-core/types/component'; | ||
@@ -20,0 +20,0 @@ export declare function beforeMount<HooksConfig extends JsonObject>( |
@@ -26,3 +26,3 @@ /** | ||
} from '@playwright/test'; | ||
import type { JsonObject } from '@playwright/test/types/component'; | ||
import type { JsonObject } from '@playwright/experimental-ct-core/types/component'; | ||
import type { InlineConfig } from 'vite'; | ||
@@ -29,0 +29,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
const { test: baseTest, expect, devices, defineConfig: originalDefineConfig } = require('@playwright/test'); | ||
const { fixtures } = require('@playwright/test/lib/mount'); | ||
const { fixtures } = require('@playwright/experimental-ct-core/lib/mount'); | ||
const path = require('path'); | ||
@@ -24,3 +24,3 @@ | ||
// Only fetch upon request to avoid resolution in workers. | ||
const { createPlugin } = require('@playwright/test/lib/plugins/vitePlugin'); | ||
const { createPlugin } = require('@playwright/experimental-ct-core/lib/vitePlugin'); | ||
return createPlugin( | ||
@@ -27,0 +27,0 @@ path.join(__dirname, 'registerSource.mjs'), |
{ | ||
"name": "@playwright/experimental-ct-react17", | ||
"version": "1.33.0-alpha-1680774768000", | ||
"version": "1.33.0-alpha-1681999635000", | ||
"description": "Playwright Component Testing for React", | ||
@@ -29,5 +29,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"@vitejs/plugin-react": "^3.1.0", | ||
"@playwright/test": "1.33.0-alpha-1680774768000", | ||
"vite": "^4.2.1" | ||
"@playwright/experimental-ct-core": "1.33.0-alpha-1681999635000", | ||
"@vitejs/plugin-react": "^3.1.0" | ||
}, | ||
@@ -34,0 +33,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
23187
2
+ Added@playwright/experimental-ct-core@1.33.0-alpha-1681999635000
+ Added@playwright/experimental-ct-core@1.33.0-alpha-1681999635000(transitive)
+ Added@playwright/test@1.33.0-alpha-1681999635000(transitive)
+ Addedplaywright-core@1.33.0-alpha-1681999635000(transitive)
- Removedvite@^4.2.1
- Removed@playwright/test@1.33.0-alpha-1680774768000(transitive)
- Removedplaywright-core@1.33.0-alpha-1680774768000(transitive)