Guide 99 – Create a PHPRunner Plugin from a Web Components |
6/11/2026 13:38:12 | |
| PHPRunner Tips and Tricks | ||
|
Here's a brief summary of what we've seen so far:
And with this article, I complete the cycle, because what remains are concrete examples or applications of what we have learned. AimCreating a PHPRunner plugin (View and Edit) from a third-party Web Components (Awesome). DEMO: https://fhumanes.com/wc_test2/
To perform integration tests, carry out CRUD operations, both full page and INLINE. Technical SolutionTo use Awesome Web Components, the manufacturer indicates that in web mode you should use these links: < link rel= "stylesheet" href= "https://ka-f.webawesome.com/webawesome@3.7.0/styles/webawesome.css" / > < script type= "module" src= "https://ka-f.webawesome.com/webawesome@3.7.0/webawesome.loader.js" >< /script > I haven't been able to integrate the loading of these files into the plugins, so they have to be defined in the header of every page.
If you're interested in this article, continue reading it at this link. |
||