Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright tests spa #845

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Playwright tests spa #845

wants to merge 15 commits into from

Conversation

ndebrah-fearless
Copy link
Collaborator

Purpose

The Playwright test scripts being created in this PR will aid in creating sample SPAs for CHIP and Medicaid to aid in automation testing of MAKO.

Linked Issues to Close

N/A

Approach

The creation of test scripts to automatically generate SPAs will aid in testing many components of MAKO's functionality.

Assorted Notes/Considerations/Learning

Will need to create user profiles for CMS Reviewer and Help Desk accounts

@ndebrah-fearless ndebrah-fearless self-assigned this Nov 13, 2024
Copy link
Contributor

github-actions bot commented Nov 13, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 75.14% 6477 / 8619
🔵 Statements 74.37% 6802 / 9145
🔵 Functions 69.71% 1957 / 2807
🔵 Branches 42.57% 1215 / 2854
File CoverageNo changed files found.
Generated in workflow #1259 for commit 2652a7c by the Vitest Coverage Report Action

@@ -11,7 +11,7 @@ test.describe.skip("Form Submission", async () => {

const homePage = new HomePage(page);
const loginPage = new LoginPage(page);
const email = "[email protected]";
const email = "Testing";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Passwords should never be committed to a repo. Rewrite.

@ndebrah-fearless ndebrah-fearless temporarily deployed to playwright-tests-spa-kibana December 27, 2024 16:47 — with GitHub Actions Inactive
@ndebrah-fearless ndebrah-fearless temporarily deployed to playwright-tests-spa-app December 27, 2024 16:47 — with GitHub Actions Inactive
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.

2 participants