Replies: 3 comments 1 reply
-
Since we are not familiar with ExtJS please create a simple TodoMVC or similar application for us to experiment with. |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI, |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://docs.sencha.com/extjs/7.3.0/guides/getting_started/getting_started_with_zip.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement an app action model for my application. My application is built using ExtJS Framework. I didn't get any solution for how to implement an app action model. my application is a nms application and it is running in centos and can access using a browser(https://ip:8443/appname/index.html).
Is able to access my application code using cypress via app action model?. Kindly provide if any example for app action model with Ext JS Framework application or the steps how to implement this?
Ext js application JS files has these lines,
Ext.Loader.setconfig
Ext.require()
I tried this model for my application after imported login.js in plugin -index.js file. Getting the below error,
ReferenceError: Ext is not defined
at Object. (D:\senthil\UI_Framework\cypress\login.js:1:1)
at Module._compile (internal/modules/cjs/loader.js:967:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object. (D:\senthil\UI_Framework\cypress\plugins\index.js:23:16)
at Module._compile (internal/modules/cjs/loader.js:967:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at runPlugins (C:\Users\skrajan\AppData\Local\Cypress\Cache\5.1.0\Cypress\resources\app\packages\server\lib\plugins\child\run_plugins.js:192:15)
at Object. (C:\Users\skrajan\AppData\Local\Cypress\Cache\5.1.0\Cypress\resources\app\packages\server\lib\plugins\child\index.js:8:25)
at Module._compile (internal/modules/cjs/loader.js:967:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
Referred these below links.
https://glebbahmutov.com/blog/realworld-app-action/
https://www.youtube.com/watch?v=Sd-i_VJiLqQ&t=644s
Thanks
Senthilkumar TR
Beta Was this translation helpful? Give feedback.
All reactions