@stylable/e2e-test-kit
Advanced tools
Comparing version 6.0.0-rc.2 to 6.0.0-rc.3
import type { Response } from 'playwright-core'; | ||
export declare function filterAssetResponses(responses: Response[], assetNames: string[]): Response[]; | ||
declare function getStyleElementsMetadata({ includeRuntimeId, includeCSSContent, }?: any | { | ||
declare function getStyleElementsMetadata({ includeRuntimeId, includeCSSContent, }?: void | { | ||
includeCSSContent?: boolean; | ||
@@ -5,0 +5,0 @@ includeRuntimeId?: boolean; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="mocha" /> | ||
import playwright from 'playwright-core'; | ||
@@ -2,0 +3,0 @@ import webpack from 'webpack'; |
{ | ||
"name": "@stylable/e2e-test-kit", | ||
"version": "6.0.0-rc.2", | ||
"version": "6.0.0-rc.3", | ||
"description": "A collection of tools to help test Stylable components and applications from end-to-end", | ||
@@ -10,5 +10,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/runtime": "^6.0.0-rc.2", | ||
"@stylable/runtime": "^6.0.0-rc.3", | ||
"node-eval": "^2.0.0", | ||
"playwright-core": "^1.39.0", | ||
"playwright-core": "^1.41.1", | ||
"rimraf": "^5.0.5" | ||
@@ -15,0 +15,0 @@ }, |
@@ -12,3 +12,3 @@ import type { Response } from 'playwright-core'; | ||
includeCSSContent, | ||
}: any | { includeCSSContent?: boolean; includeRuntimeId?: boolean } = {}) { | ||
}: void | { includeCSSContent?: boolean; includeRuntimeId?: boolean } = {}) { | ||
const styleElements = Array.from(document.head.getElementsByTagName('style')); | ||
@@ -15,0 +15,0 @@ return styleElements.map((styleEl) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119557
2032
Updatedplaywright-core@^1.41.1