-
Notifications
You must be signed in to change notification settings - Fork 3
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
Setup Mocha #9
Comments
@kmanaseryan, I believe @cotts and I covered the basic implementation today — justupdated this issue with this info. I couldn't run it just yet against a live server, but maybe the instance you were troubleshooting the other day (based on |
@cuducos and @cotts just finished understanding the main idea in a more detailed way. I've been able to configure Cypress for my local CKAN (which actually doesn't have blob storage extension). Able to run Cypress tests, some of them are failing locally, (which we are expecting) and some of them are running. I see how Mocha is setup 👍 Today I wanted to jump into issue #10, but realized there are some work I can do in this issue. So basically this what I'm going to do next:
|
For some tests (non-browser based integration tests) we need to run libraries outside of Cypress (as seen on #8). A better way to handle that would be to also have Mocha setup in parallel with Cypress.
Roadmap
before
hook to create an organization DONE f8dc86fafter
hook to delete the organization DONE f8dc86fAcceptance
*NOTE: Cypress still have some tests that are failing and this is not a blocker for this issue (see #12).
Reference
This is some example of what we've tried to implement using Cypress, this expresses the
after
andbefore
logic intended here:The text was updated successfully, but these errors were encountered: