Skip to content

Playwright script for TC28#689

Merged
maharrshi merged 8 commits intodevelopfrom
test/feat/MCP
Jul 21, 2025
Merged

Playwright script for TC28#689
maharrshi merged 8 commits intodevelopfrom
test/feat/MCP

Conversation

@maharrshi
Copy link
Copy Markdown
Collaborator

Description

Completed TC28

Relevant Technical Choices

Testing Instructions

Additional Information:

Screenshot/Screencast

Checklist

  • I have carefully reviewed the code before submitting it for review.
  • This code is adequately covered by unit tests to validate its functionality.
  • I have conducted thorough testing to ensure it functions as intended.
  • A member of the QA team has reviewed and tested this PR (To be checked by QA or code reviewer)

Fixes #

@maharrshi maharrshi requested a review from Copilot July 21, 2025 12:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a Playwright test script for TC28, which validates the search bar functionality on the project page. The changes add a new test case that searches for a specific project and verifies the search results.

Key changes:

  • Added a new ProjectPage class for project page interactions
  • Created TC28 test specification to validate search bar functionality
  • Added test data configuration for the TC28 test case

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
tests/e2e/utils/fileUtils.js Added import and reference for manager project data
tests/e2e/specs/manager/project.spec.js New test specification implementing TC28 search validation
tests/e2e/pageObjects/projectPage.js New page object class for project page interactions
tests/e2e/helpers/timesheetHelper.js Added manager project data import and integration
tests/e2e/data/manager/project.js New test data configuration for TC28 project creation

@rtCamp rtCamp deleted a comment from Copilot AI Jul 21, 2025
@maharrshi maharrshi requested a review from jayson31 July 21, 2025 13:50
@maharrshi maharrshi marked this pull request as ready for review July 21, 2025 13:50
await projectPage.goto();
});

test.only("TC28: Validate search bar functionality", async ({ jsonDir }) => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove .only

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@maharrshi maharrshi requested a review from jayson31 July 21, 2025 14:02
Copy link
Copy Markdown
Collaborator

@jayson31 jayson31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@maharrshi maharrshi merged commit 9e222ed into develop Jul 21, 2025
9 checks passed
@maharrshi maharrshi deleted the test/feat/MCP branch July 22, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants