Connecting local project

Playwright provides a detailed overview of failing tests, including the error stack and the point of failure. However, identifying the point of failure in the local machine is often time-consuming and repetitive. NeetoPlaydash helps you avoid all this hassle by opening the point of failure directly in your local machine with the click of a button by connecting your local project.

Note: Errors can only currently be opened in Visual Studio Code. Please contact us through our chat support if you would like support for your preferred text editor.

  1. Choose the project for which you want to connect the local project.

    Screenshot 2024-09-20 at 3.53.13 PM.png
    Projects Dashboard
  2. Click the Configure tab to go to the project configuration menu.

    Screenshot 2024-10-09 at 2.58.52 PM.png
    Project detail page
  3. In the project configuration screen, click on the Connect local project card.

    Screenshot 2024-10-09 at 3.19.43 PM.png
    Project Configuration
  4. In the Connect local project screen, click on the Connect local project button.

    Screenshot 2024-10-17 at 4.34.40 PM.png
    Configure | Connect local project
  5. Enter the full local project path to the Playwright project in the next screen.

    Screenshot 2024-10-17 at 4.39.19 PM.png
    Connect local project | Local project path configuration
  6. To find the local project path for you Playwright project, open your local Playwright project in a new VSCode window. Find the directory where the playwright.config.ts (or playwright.config.js) file resides. Right click on the directory and click Copy path. The absolute path of the directory is required and not the relative path.

    Screenshot 2024-10-17 at 4.48.14 PM.png
    Copying Project path from VSCode
  7. Paste the copied path in the Connect local project input in NeetoPlaydash and click on the Save changes button.

    Screenshot 2024-10-17 at 4.52.37 PM.png
    Connect local project | Filled local project path input

    You have successfully connected your local project. Now whenever you encounter a failed test in NeetoPlaydash you will be able to directly open it in your local machine.

Demo

Local project connection demo

Can't find what you're looking for?