Skip to content

Commit 587c7e7

Browse files
wsbaserpashidlos
andauthored
Test details modal updates (#314)
* Move image details to test details modal (#401) * get rid of draw aread duplicaiton (#401) * Move ignored areas toolbar to diff panel (#401) * get rid of jumpiness after click of the screenshot (#401) * fix draw area size (#401) * use responsive positioning for draw item * fit images to stage (#401) * move accept/reject buttons to the bottom * move test status chip to header (#401) * fixed layout for test run details (#401) * experiments with UI (#401) * move scale buttons to footer (#401) * center test run actions (#401) * style accept reject buttons (#401) * added navigation buttons to bottom toolbar * store go to next after approve/reject state in localStorage (#401) * go to next automatically after approve reject (#401) * fix no image placeholder (#401) * fixed issue with image details height (#401) * fix image details (#401) * fix lint issues * added workspace settings * fix lint issues * fix codacy issues * fix warning with fitImageToStage * use ubuntu 20 * fixed build warnings * fix build warnings * disable cypress --------- Co-authored-by: Pavlo Strunkin <[email protected]>
1 parent 5e2a48f commit 587c7e7

File tree

15 files changed

+867
-21359
lines changed

15 files changed

+867
-21359
lines changed

.github/workflows/workflow.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
- id: get-branch-name
1717
run: echo "::set-output name=branch_name::$(git symbolic-ref --short HEAD)"
1818
shell: bash
19-
20-
- name: Run Component tests 🧪
21-
uses: cypress-io/github-action@v2
22-
with:
23-
command: npm run test:cy
24-
env:
25-
VRT_APIURL: "https://visual-regression-tracker.com:4200"
26-
VRT_PROJECT: "VRT"
27-
VRT_ENABLESOFTASSERT: false
28-
VRT_APIKEY: ${{ secrets.VRT_API_KEY }}
29-
VRT_BRANCHNAME: ${{ github.head_ref || steps.get-branch-name.outputs.branch_name }}
30-
VRT_CIBUILDID: "Github run_id: ${{ github.run_id }}"
31-
CHOKIDAR_USEPOLLING: 1
19+
20+
# - name: Run Component tests 🧪
21+
# uses: cypress-io/github-action@v2
22+
# with:
23+
# command: npm run test:cy
24+
# env:
25+
# VRT_APIURL: "https://visual-regression-tracker.com:4200"
26+
# VRT_PROJECT: "VRT"
27+
# VRT_ENABLESOFTASSERT: false
28+
# VRT_APIKEY: ${{ secrets.VRT_API_KEY }}
29+
# VRT_BRANCHNAME: ${{ github.head_ref || steps.get-branch-name.outputs.branch_name }}
30+
# VRT_CIBUILDID: "Github run_id: ${{ github.run_id }}"
31+
# CHOKIDAR_USEPOLLING: 1

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true,
4+
"cSpell.words": ["Konva"]
5+
}

0 commit comments

Comments
 (0)