-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds ESLint to Cypress #293
Conversation
Sets DOCKER=false when executing "test:e2e:ci" to avoid executing Docker-in-Docker within GitHub Actions.
- Adds copious comments to Justfile. - Fixes arch and os parsing in ./script/build.bash - Moves Dockerfile to ./build/ci. - Renames references to packages with executables.
Moves Cypress tests to ./tests/cy
JupyterLab CI
Resolves MyPy errors
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.
This gives us linting Cypress which is great, and uses the Cypress ESLint Plugin 🎉
Left a note about missing the same ESLint config from web
if that matters for us.
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.
This is great because it extends the Cypress ESLint plugin and enables the Cypress globals for linting, however if we care about linting all of our JS / TS files the same we are missing all of the rules and plugins from publishing-client/web/.eslintrc.cjs
. Granted not all of those rules are applicable since this doesn't use Vue and are no longer using TypeScript here.
Intent
Type of Change
Approach
Automated Tests
Directions for Reviewers
Checklist