-
Notifications
You must be signed in to change notification settings - Fork 8
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
test(cy): initial cypress tests #197
Conversation
ee49ee6
to
4dbc5bc
Compare
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
We do not need it and it takes quite a while to clone. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
This has the required docker support. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
4dbc5bc
to
df10050
Compare
cypress/fixtures/example.json
Outdated
{ | ||
"name": "Using fixtures to represent data", | ||
"email": "hello@cypress.io", | ||
"body": "Fixtures are a great way to mock data for responses to routes" | ||
} |
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.
{ | |
"name": "Using fixtures to represent data", | |
"email": "hello@cypress.io", | |
"body": "Fixtures are a great way to mock data for responses to routes" | |
} |
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 good and clean!
Any reason you didn't went for typescript straight away?
Well nothing in particular. I don't feel confident enough with typescript yet and wanted to take time to actually learn the things that i don't know while I encounter them. So I postponed that for a separate PR. |
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max max@nextcloud.com
☑️ Todo