Skip to content

[MDS-5337] Setup Cypress for MineSpace #2591

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

Merged
merged 8 commits into from
Jul 18, 2023

Conversation

henryoforeh-dev
Copy link
Contributor

Objective

MDS-5337

  • Setup Cypress for MineSpace.
  • Documentation on setting up cypress.

@@ -6,6 +6,8 @@ module.exports = {
parser: "@typescript-eslint/parser",
ignorePatterns: [
"services/minespace-web/webpack.config.ts",
"services/minespace-web/cypress.config.ts",
"services/minespace-web/cypress/**",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am curious how many or what kind of eslint errors came up in the cypress/** directory! Would be nice to have it yell at us when we forget to remove an unused import or use a map function when we want a forEach.

Copy link
Collaborator

@taraepp taraepp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
I'm curious about the eslint settings (I did notice some eslint-ignores in files that I thought were ignored entirely) but not a blocking issue. Great work getting cypress added in! 🎉

@henryoforeh-dev henryoforeh-dev merged commit 7a39b24 into develop Jul 18, 2023
@henryoforeh-dev henryoforeh-dev deleted the MDS-5337-minespace-cypress branch July 18, 2023 19:20
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.

3 participants