Getting Started
Getting Started with Appetize AppRecorder and Playwright
Last updated
Getting Started with Appetize AppRecorder and Playwright
Last updated
You can follow along with the installation steps below to start a new project, or you can clone the example project here.
Get started by installing Playwright with Appetize using npm:
Run the install command and select the following to get started:
Your Appetize App's
The preferred default device
A Playwright project will be created (see Playwright documentation).
The @appetize/playwright
npm package will be installed.
The playwright.config.ts
file will be configured for Appetize with the specified values for the default device and app.
See Test Configuration for more advanced configurations.
An example test file, app.spec.ts
, will be added.
Update the app.spec.ts
file in your tests folder to include a test relevant to your application
Once you've updated the test file for your app, run the test with: