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.