I wonder how can I run Python script inside Cypress test case can I use cy.exec function like this : cy.exec(\'Python /path/to/script/script.py\') or is there anoth
cy.exec(\'Python /path/to/script/script.py\')