Skip to content

Commit

Permalink
feat: export devices from playwright-core (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored Jul 28, 2023
1 parent 2262f13 commit 2dfedea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export type {
APIRequestContext,
} from 'playwright-chromium';

/**
* Export things related to playwright-core
*/
export { devices } from 'playwright-core';

/**
* Export the types necessary to write custom reporters
*/
Expand Down

0 comments on commit 2dfedea

Please sign in to comment.