-
Notifications
You must be signed in to change notification settings - Fork 521
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
Workflow #269
Open
Spekkhogger
wants to merge
6
commits into
NoroffFEU:master
Choose a base branch
from
Spekkhogger:Workflow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Workflow #269
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. |
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.
Files selected (35)
- .eslintrc.json (1)
- .github/workflows/static.yml (1)
- .gitignore (1)
- .husky/pre-commit (1)
- .prettierignore (1)
- README.md (1)
- cypress.config.js (1)
- cypress/e2e/1-getting-started/todo.cy.js (1)
- cypress/e2e/2-advanced-examples/actions.cy.js (1)
- cypress/e2e/2-advanced-examples/aliasing.cy.js (1)
- cypress/e2e/2-advanced-examples/assertions.cy.js (1)
- cypress/e2e/2-advanced-examples/connectors.cy.js (1)
- cypress/e2e/2-advanced-examples/cookies.cy.js (1)
- cypress/e2e/2-advanced-examples/cypress_api.cy.js (1)
- cypress/e2e/2-advanced-examples/files.cy.js (1)
- cypress/e2e/2-advanced-examples/location.cy.js (1)
- cypress/e2e/2-advanced-examples/misc.cy.js (1)
- cypress/e2e/2-advanced-examples/navigation.cy.js (1)
- cypress/e2e/2-advanced-examples/network_requests.cy.js (1)
- cypress/e2e/2-advanced-examples/querying.cy.js (1)
- cypress/e2e/2-advanced-examples/spies_stubs_clocks.cy.js (1)
- cypress/e2e/2-advanced-examples/storage.cy.js (1)
- cypress/e2e/2-advanced-examples/traversal.cy.js (1)
- cypress/e2e/2-advanced-examples/utilities.cy.js (1)
- cypress/e2e/2-advanced-examples/viewport.cy.js (1)
- cypress/e2e/2-advanced-examples/waiting.cy.js (1)
- cypress/e2e/2-advanced-examples/window.cy.js (1)
- cypress/e2e/3-CA/loginlogout.cy.js (1)
- cypress/e2e/3-CA/wrongCredentails.cy.js (1)
- cypress/support/commands.js (1)
- cypress/support/e2e.js (1)
- index.html (1)
- src/js/api/auth/localStorage.mock.js (1)
- src/js/api/auth/login.test.js (1)
- src/js/api/auth/logout.test.js (1)
Files ignored due to filter (6)
- babel.config.json
- cypress/fixtures/example.json
- cypress/fixtures/profile.json
- cypress/fixtures/users.json
- package-lock.json
- package.json
Files not summarized due to errors (35)
- .husky/pre-commit (nothing obtained from openai)
- .gitignore (nothing obtained from openai)
- .prettierignore (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/actions.cy.js (diff tokens exceeds limit)
- README.md (nothing obtained from openai)
- .eslintrc.json (nothing obtained from openai)
- .github/workflows/static.yml (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/cookies.cy.js (nothing obtained from openai)
- cypress.config.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/aliasing.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/assertions.cy.js (nothing obtained from openai)
- cypress/e2e/1-getting-started/todo.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/connectors.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/navigation.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/location.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/network_requests.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/misc.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/cypress_api.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/files.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/viewport.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/traversal.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/storage.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/spies_stubs_clocks.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/querying.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/utilities.cy.js (nothing obtained from openai)
- cypress/support/e2e.js (nothing obtained from openai)
- index.html (diff tokens exceeds limit)
- cypress/e2e/2-advanced-examples/window.cy.js (nothing obtained from openai)
- cypress/e2e/3-CA/loginlogout.cy.js (nothing obtained from openai)
- cypress/e2e/2-advanced-examples/waiting.cy.js (nothing obtained from openai)
- cypress/support/commands.js (nothing obtained from openai)
- cypress/e2e/3-CA/wrongCredentails.cy.js (nothing obtained from openai)
- src/js/api/auth/localStorage.mock.js (nothing obtained from openai)
- src/js/api/auth/logout.test.js (nothing obtained from openai)
- src/js/api/auth/login.test.js (nothing obtained from openai)
Files not reviewed due to errors (34)
- .husky/pre-commit (no response)
- .prettierignore (no response)
- .eslintrc.json (no response)
- .github/workflows/static.yml (no response)
- .gitignore (no response)
- README.md (no response)
- cypress/e2e/2-advanced-examples/connectors.cy.js (no response)
- cypress.config.js (no response)
- cypress/e2e/2-advanced-examples/aliasing.cy.js (no response)
- cypress/e2e/1-getting-started/todo.cy.js (no response)
- cypress/e2e/2-advanced-examples/assertions.cy.js (no response)
- cypress/e2e/2-advanced-examples/actions.cy.js (no response)
- cypress/e2e/2-advanced-examples/location.cy.js (no response)
- cypress/e2e/2-advanced-examples/cookies.cy.js (no response)
- cypress/e2e/2-advanced-examples/navigation.cy.js (no response)
- cypress/e2e/2-advanced-examples/cypress_api.cy.js (no response)
- cypress/e2e/2-advanced-examples/misc.cy.js (no response)
- cypress/e2e/2-advanced-examples/files.cy.js (no response)
- cypress/e2e/2-advanced-examples/spies_stubs_clocks.cy.js (no response)
- cypress/e2e/2-advanced-examples/traversal.cy.js (no response)
- cypress/e2e/2-advanced-examples/storage.cy.js (no response)
- cypress/e2e/2-advanced-examples/utilities.cy.js (no response)
- cypress/e2e/2-advanced-examples/network_requests.cy.js (no response)
- cypress/e2e/2-advanced-examples/querying.cy.js (no response)
- cypress/e2e/3-CA/loginlogout.cy.js (no response)
- cypress/e2e/2-advanced-examples/window.cy.js (no response)
- cypress/e2e/2-advanced-examples/viewport.cy.js (no response)
- cypress/e2e/2-advanced-examples/waiting.cy.js (no response)
- cypress/support/commands.js (no response)
- cypress/e2e/3-CA/wrongCredentails.cy.js (no response)
- src/js/api/auth/logout.test.js (no response)
- src/js/api/auth/login.test.js (no response)
- cypress/support/e2e.js (no response)
- src/js/api/auth/localStorage.mock.js (no response)
Files skipped from review due to trivial changes (1)
- index.html (diff too large)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for Workflow Course Assignment