Search found 26 matches

Hey guys, any update on this?
Gotcha - I'm still getting the glob error and here's a screenshot with the commands you requested.
Do you suggest sticking with the NodeJS LTS version 10.15.3 instead?
Hey nickolay, Thanks so much for the quick response. I was out of the office yesterday so sorry for the delayed response. I just downloaded the nightly you suggested and I get this error: siesta_node_5-16_nightly.PNG However, it's worth noting that when I downgraded to NodeJS 10.15.3, I get this err...
Hi again, I'm following the guide (https://www.bryntum.com/docs/siesta/#!/guide/getting_started_nodejs) and exploring running our tests with NodeJs. We have Siesta 5.2.2 standard and when I run bin/nodejs path/to/examples/nodejs/unit-tests/basic_assertions.t.js I get a TypeError: Cannot read propert...
    recorderConfig: {
        recordOffsets: false
    },
Did the trick. I guess I thought that since it's false by default, I didn't need to explicitly set the recordOffsets config.

Thanks for the quick response Mats!
I don't actually have it configured anywhere. I just installed Siesta locally and ran it the browser and when I recorded the steps, I noticed some offsets.

Should I have configured? I'm assuming somewhere in siesta.js ?
Hello, Is there anyway we can turn off offsets for when using the Recorder? I see the recordOffets config is false by default (https://www.bryntum.com/docs/siesta/#!/api/Siesta.Recorder.Recorder-cfg-recordOffsets) but whenever I use the Recorder and have some click events, I see the offsets. Am I co...
Hi all, I'm having a little difficulty trying to setup cross domain testing with Siesta. I'm running Siesta from my local project and trying to run tests on a test machine (ex. https://testmachine1.ourdomain.com/ourApp ) that has our web app on it. I followed these steps here but I'm wondering if an...
Hi Nickolay, thanks for the response! I was having a hard time on Wednesday trying to get Siesta to render the page correctly so I was curious if we needed the bin, node_modules...folders because I didn't originally include them in our visual studio project and whenever I tried to launch Siesta, I'd...