@scullyio/scully-plugin-playwright
TypeScript icon, indicating that this package has built-in type declarations

2.1.41 • Public • Published

scully-plugin-playwright (Preview/Beta)

The playwright renderer is utilizing the playwright engine to render your pages.

To get started you need to install a few packages into your project.

npm i @scullyio/scully-plugin-playwright

Then next to your scully.<project-name>.config.ts and add the following imports

import '@scullyio/scully-plugin-playwright';

Now you can start the render process the same way as you are used too

   # first build your app, as Scully still needs the static artifacts
npx ng build
   # run Scully
npx scully

Our renderer will start rendering your the different routes and output a static site.

Package Sidebar

Install

npm i @scullyio/scully-plugin-playwright

Weekly Downloads

473

Version

2.1.41

License

none

Unpacked Size

30.4 kB

Total Files

11

Last publish

Collaborators

  • aaronfrost
  • jorgeucano
  • sanderelias
  • villanuevand