-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update playwright project #8
Conversation
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.
2 small comments left. Thank you
.eslintrc.js
Outdated
@@ -41,5 +34,6 @@ module.exports = { | |||
ignoreTemplateLiterals: true, | |||
ignoreRegExpLiterals: true, | |||
}], | |||
'import/prefer-default-export': 'off' // TODO: remove |
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 think this should be removed, right?
import { test as base } from '@playwright/test'; | ||
import { Application } from '../pages/Application'; | ||
|
||
export const test = base.extend({ |
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 you please setup JSDoc so that intellisense (codecomplition in tests) works for JS code?
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.
Changes:
Tests run - https://github.com/ovartem/playwright_tests_with_po/actions/runs/9927851556
Job run - https://github.com/ovartem/playwright_tests_with_po/actions/runs/9927851556/job/27423339094