-
Notifications
You must be signed in to change notification settings - Fork 35
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
Spec home page #391
Spec home page #391
Conversation
…into spec-homepage
…into spec-homepage
@@ -0,0 +1,35 @@ | |||
import { test, beforeEach, afterEach, expect } from '@playwright/test'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe you need to import beforeEach and afterEach. You can use test.beforeEach and test.afterEach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Dli3, I have addressed the above comment and pushed the code.
}); | ||
features.forEach((props) => { | ||
test(`${props.name}, ${props.tags}, ${props.country}`, async ({ page, baseURL }) => { | ||
console.info(`[FEDSInfo] Checking Page: ${props.country} = ${baseURL}${features[props.tcid].path}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't you just do props.path?
${baseURL}${props.path}
);`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Dli3, I have addressed the above comment and pushed the code.
Hi @sigadamvenkata, I have updated the "Home Page" Selector and added iOS, Android, and iPad methods in the same page.
Local Test Run iOS Results
Local Test Run Android Results