Search found 7 matches

I will continue with your suggestion and will try to use classes with `t.global`, but still it means i can not define the whole application in test project, is that right ?
whenever i need a class i have to first define it with `t.global`.
Right , i never switched to siesta iframe itself , now i can reach to files in console , but as i told the main important thing is reaching the application classes inside test files , i couldn't solve this issue yet . (i just wanted to use console , to check if i can see my app files or not.) if i u...
application runs correctly in siesta iframe after each test, and files of application are in sources tab , but when i try to use them in console it gives me `undefined` error. about the details i will start with the directories , which as document says , i created a test folder in app root directory...
Yes we are using sencha cmd, I read siesta documentation and followed all the steps but still application in undefined in tests . after running the ui tests i can see my application files in `source` tab but i can not access to any of them . if i want to use any classes or objects in test files , th...
I have read the guide completely, but the part about generating `build` version of app wasn't again that much clear for me , also i wanted to follow the images for every step but they had `404 error`. https://www.evernote.com/l/ASK-XRo61fRNF4LNeSsabgyWnfMyLXPH5ZMB/image.png Im new to test structure,...
thanks for your response , that's the exact thing i want , getting access to all the classes .
but i got a bit confused , can u please explain where should i load the build file of app ?
We have an extjs application and i'm implementing ui tests , i have faced with a problem when i wanted to use some classes which were created in app folders, application is undefined in test project . so i can not use any of the them , i tried adding the directory of some classes in ` test.html ` , ...