-
Notifications
You must be signed in to change notification settings - Fork 106
test: visual regression testing #885
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
Conversation
test/vrt/index.js
Outdated
| @@ -0,0 +1,13 @@ | |||
| describe("PatternFly Elements", () => { | |||
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.
@kylebuch8 Can we set up time to share how webrh architects this? I think it would be good to have test files for each component.
| @@ -0,0 +1,37 @@ | |||
| const { join } = require("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.
This is awesome!
I couldn't figure out a way to kill the npm start process in the onComplete callback for web driver. Adding http-server, starting it in onPrepare, storing the process as a variable, and then killing it in the onComplete callback works well.
Trying to cut down on external dependencies for testing
mwcz
left a comment
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.
Lements Gression Testing Merged
No description provided.