We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team, I am using vis-network library in one of my angular project.
I need to write e2e testcases for testing the node selection, double click, right click, node properties, etc.
As I have only one element 'canvas' which deal with everything, How can I write automated testcases for these function in protractor.
or, should I use any other tool to test it.
The text was updated successfully, but these errors were encountered:
You could try using something that compares screenshots. Have a look here: https://github.com/mojoaxel/awesome-regression-testing
Sorry, something went wrong.
How does comparing screenshot help in selecting and clicking on a particular node of the graph. Can you provide some example?
No branches or pull requests
Hi team,
I am using vis-network library in one of my angular project.
I need to write e2e testcases for testing the node selection, double click, right click, node properties, etc.
As I have only one element 'canvas' which deal with everything,
How can I write automated testcases for these function in protractor.
or, should I use any other tool to test it.
The text was updated successfully, but these errors were encountered: