-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cypress e2e tooling - New cy.loadProjectConfig
to load project configurations in tests
#2578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite handy! 😎
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd love to see a loadProjectDeploymentFile
, but we can add that easily enough, as you've confirmed with our private chat. Let's get this merged in!
Had a nit..
…on of a project allowing to assert its values
b304e38
to
a2c404d
Compare
Intent
PR to introduce a handy command to test the resulting configuration generated by the extension.
E.g:
Type of Change
Approach
Just a Cypress command to load and parse configuration
.toml
filesUser Impact
No user impact, testing purposes.
Automated Tests
Absolutely
Directions for Reviewers
Not much, take a look to the command and try out
deployments
suite which asserts the configuration for the onlystatic
project we have at the moment.Checklist