Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get jquery from cypress when running in cy context #38

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

lawrencegsullivan
Copy link
Contributor

This change allows you to instantiate a webhmi machine within the cypress testing context.
Having a webhmi machine in the cypress testing context is useful for forcing IO or initiating commands that aren't available through the DOM.
The concept is well tested, but this particular implementation is not - the nodejs check and jQueryImport var are new.

@lawrencegsullivan lawrencegsullivan marked this pull request as ready for review September 1, 2023 19:04
@Joshpolansky
Copy link
Member

I'm not sure why we need this. I think in the cypress example we should just make sure jquery is loaded before webHMI. Is there a reason that doesn't work?

@lawrencegsullivan
Copy link
Contributor Author

I'll need to revisit this. I don't have an answer right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants