Open kazurayam opened 11 months ago
I can reproduce the incident by checking out the following tag: https://github.com/kazurayam/ks_comparingElementScreenshots_using_Inspectus/tree/issue2-initiated
I ran the "Test Cases/MyApple/main".
I tried to open a URL https://kazurayam.github.io/page1.html as follows:
https://kazurayam.github.io/page1.html
But the test is trying to access wrong URLs. I want the test to access the the following:
and
The test uses com.kazurayam.inspectus.materialize.discovery.Target and related classes. I need to review the design.
com.kazurayam.inspectus.materialize.discovery.Target
I can reproduce the incident by checking out the following tag: https://github.com/kazurayam/ks_comparingElementScreenshots_using_Inspectus/tree/issue2-initiated
I ran the "Test Cases/MyApple/main".
I tried to open a URL
https://kazurayam.github.io/page1.html
as follows:But the test is trying to access wrong URLs. I want the test to access the the following:
and
The test uses
com.kazurayam.inspectus.materialize.discovery.Target
and related classes. I need to review the design.