Open ocundale opened 10 years ago
I copy pasted your exact record file and ran hux --write
on it. It works for me. Maybe there's something else?
Thanks chenglou, I am up and running now, however it might be worth stating that you need to run this command if you manually edit the JSON, as this was the the step I missed. Cheers!
Is there a way to use the tool to do record a single test and compare the results of this with some screenshots that I have already taken? For example, the current method compares two states by running tests for both cases at once. I want to create a single test that I can run and it will take a few screenshots and compare them to a fixed set of screenshots I have taken previously, is this possible? Cheers :)
I need to wait for some elements to load on the page for my test, but whenever I try and use the pause action, it returns undefined? Even when I've recorded the action via hux --record, it doesn't seem to like it... Here's my json:
and my terminal Output:
Any help appreciated!