This monorepo project contains React, Vue and Svelte applications that display data fetched from the Rick 'n' Morty REST API.
The component tests for the SearchField, Paginator and Character components across the three applications are contained in the playwright-ct branch and are tested using the component test feature from Playwright. 
Use the following steps to clone and run the application;
git clone https://github.com/vickywane/playwright-frontend-e2e-tests.git   
cd playwright-frontend-e2e-tests.git   
git checkout playwright-ct
yarn install