Skip to content
Snippets Groups Projects
Commit 2bab9b2d authored by Mateusz Mikołajczak's avatar Mateusz Mikołajczak
Browse files

test(e2e): fix conflicts with development

parents 686afdb1 f5733af9
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78428 passed
Showing
with 57 additions and 64 deletions
File deleted
.git
.gitignore
.gitlab-ci.yml
README.md
node_modules
...@@ -2,4 +2,5 @@ next.config.js ...@@ -2,4 +2,5 @@ next.config.js
tailwind.config.js tailwind.config.js
prettier.config.js prettier.config.js
postcss.config.js postcss.config.js
jest.config.mjs jest.config.mjs
\ No newline at end of file commitlint.config.js
\ No newline at end of file
node_modules node_modules
.vercel .next
\ No newline at end of file .next/
# testing
/coverage
.vercel
# random files
.vscode
.DS_Store
# This is a sample GitLab CI/CD configuration file that should run without any modifications.
# It demonstrates a basic 3 stage CI/CD pipeline. Instead of real tests or scripts,
# it uses echo commands to simulate the pipeline execution.
#
# A pipeline is composed of independent jobs that run scripts, grouped into stages.
# Stages run in sequential order, but jobs within stages run in parallel.
#
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
#
# You can copy and paste this template into a new `.gitlab-ci.yml` file.
# You should not add this template to an existing `.gitlab-ci.yml` file by using the `include:` keyword.
#
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
default:
image: node:16.16.0
stages: stages:
- lint - lint
- test - test
- build
- deploy
cache: cache:
paths: paths:
- ~/.cache - ~/.cache
variables:
DOCKER_DRIVER: overlay2
lint:commit: lint:commit:
image: node:16.16.0-alpine
stage: lint stage: lint
allow_failure: true
before_script:
- apk add --no-cache npm
- npm ci
script: script:
- npm install
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint - echo "${CI_COMMIT_MESSAGE}" | npx commitlint
deploy_staging: linter:
stage: deploy image: node:16.16.0-alpine
environment: staging stage: lint
except: before_script:
- main - apk add --no-cache npm
- npm ci
script: script:
- npm install --global vercel - npm run lint:ts
- vercel pull --yes --environment=preview --token=$VERCEL_TOKEN only:
- vercel build --token=$VERCEL_TOKEN - development
- vercel deploy --prebuilt --token=$VERCEL_TOKEN - merge_requests
rules: - tags
- if: $CI_COMMIT_BRANCH == "develop"
when: never jest:
- if: $CI_COMMIT_BRANCH image: node:16.16.0-alpine
stage: test
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
before_script:
- apk add --no-cache npm
- npm ci
script:
- npm run test:ci
only:
- development
- merge_requests
- tags
artifacts:
when: always
reports:
junit:
- junit.xml
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
{
"pages": {}
}
\ No newline at end of file
This diff is collapsed.
{
"telemetry": {
"notifiedAt": "1695114983741",
"anonymousId": "3ec3610c50d13325bd6c54a9aec9684336adc19283654255a3871eef55014a2a",
"salt": "7452f8b34b74870e3b44df66dd34962e"
}
}
\ No newline at end of file
[{"/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[DomainName]/ExampleDomain.component.tsx":"1","/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[DomainName]/ExampleDomain.test.tsx":"2","/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[OtherDomainName]/OtherExampleDomain.component.ts":"3"},{"size":131,"mtime":1695066716603,"results":"4","hashOfConfig":"5"},{"size":101,"mtime":1695062400512,"results":"6","hashOfConfig":"5"},{"size":0,"mtime":1695028170381,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","suppressedMessages":"10","errorCount":2,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":2,"fixableWarningCount":0,"source":null},"a46fgr",{"filePath":"11","messages":"12","suppressedMessages":"13","errorCount":3,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":2,"fixableWarningCount":0,"source":null},{"filePath":"14","messages":"15","suppressedMessages":"16","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[DomainName]/ExampleDomain.component.tsx",["17","18"],[],"/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[DomainName]/ExampleDomain.test.tsx",["19","20","21"],[],"/Users/Tadeusz/Documents/GitHub/minerva-frontend/src/components/[OtherDomainName]/OtherExampleDomain.component.ts",[],[],{"ruleId":"22","severity":2,"message":"23","line":3,"column":23,"nodeType":"24","messageId":"25","endLine":5,"endColumn":2,"fix":"26"},{"ruleId":"27","severity":2,"message":"28","line":3,"column":45,"nodeType":"24","messageId":"29","endLine":5,"endColumn":2,"fix":"30"},{"ruleId":"31","severity":2,"message":"32","line":3,"column":7,"nodeType":"33","messageId":"34","endLine":3,"endColumn":20},{"ruleId":"22","severity":2,"message":"23","line":3,"column":23,"nodeType":"24","messageId":"25","endLine":7,"endColumn":2,"fix":"35"},{"ruleId":"27","severity":2,"message":"28","line":3,"column":41,"nodeType":"24","messageId":"29","endLine":7,"endColumn":2,"fix":"36"},"react/function-component-definition","Function component is not a function declaration","ArrowFunctionExpression","function-declaration",{"range":"37","text":"38"},"arrow-body-style","Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.","unexpectedSingleBlock",{"range":"39","text":"40"},"@typescript-eslint/no-unused-vars","'TestComponent' is assigned a value but never used.","Identifier","unusedVar",{"range":"41","text":"42"},{"range":"43","text":"44"},[28,100],"function ExampleDomain(): JSX.Element {\n return (<p>test</p>)\n}",[72,100],"(<p>test</p>)",[28,101],"function TestComponent():JSX.Element {\n \n return( <p>test</p>)\n\n}",[68,101],"( <p>test</p>)"]
\ No newline at end of file
[{"/Users/Mateusz/work/frontend/src/components/[DomainName]/ExampleDomain.component.tsx":"1","/Users/Mateusz/work/frontend/src/components/[DomainName]/ExampleDomain.test.tsx":"2","/Users/Mateusz/work/frontend/src/components/[OtherDomainName]/OtherExampleDomain.component.ts":"3"},{"size":113,"mtime":1695112401305,"results":"4","hashOfConfig":"5"},{"size":301,"mtime":1695112401305,"results":"6","hashOfConfig":"5"},{"size":0,"mtime":1695112401305,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","suppressedMessages":"10","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"pex8l8",{"filePath":"11","messages":"12","suppressedMessages":"13","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"14","messages":"15","suppressedMessages":"16","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/Mateusz/work/frontend/src/components/[DomainName]/ExampleDomain.component.tsx",[],[],"/Users/Mateusz/work/frontend/src/components/[DomainName]/ExampleDomain.test.tsx",[],[],"/Users/Mateusz/work/frontend/src/components/[OtherDomainName]/OtherExampleDomain.component.ts",[],[]]
\ No newline at end of file
This diff is collapsed.
File deleted
File deleted
File deleted
File deleted
{"type": "commonjs"}
\ No newline at end of file
{}
\ No newline at end of file
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
\ No newline at end of file
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}
\ No newline at end of file
{"type": "module"}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment