Skip to content

Commit 44baa61

Browse files
authored
Merge pull request #4736 from wix/remove-percy
2 parents 971711a + 7fb3c63 commit 44baa61

File tree

4 files changed

+0
-98
lines changed

4 files changed

+0
-98
lines changed

.github/workflows/website.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
run: |
3535
npm i
3636
npm run build
37-
- name: Run Percy Snapshot
38-
working-directory: ./website
39-
if: steps.changes.outputs.website == 'true'
40-
run: npm run percy
41-
env:
42-
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
4337
gh-release:
4438
if: github.event_name != 'pull_request'
4539
permissions:
@@ -57,14 +51,12 @@ jobs:
5751
env:
5852
USE_SSH: true
5953
GIT_USER: git
60-
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
6154
run: |
6255
git config --global user.email "mobile1@wix.com"
6356
git config --global user.name "mobilewix"
6457
cd website/
6558
npm i
6659
npm run build
67-
npm run percy
6860
npx docusaurus deploy
6961
performance:
7062
needs: gh-release

website/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Detox Website
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/66fcbcad/detox-website)
54

65
Explore further about using Detox from our new **[website](https://wix.github.io/Detox/)**.
7-
This project is tested with [Browserstack](https://browserstack.com).
86

97
[![Website Preview](https://user-images.githubusercontent.com/1962469/214340717-7ac3114b-8f22-4e94-960a-47dc21b6a88b.png)](https://wix.github.io/Detox)
108

website/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"percy": "zx percy.mjs",
76
"docusaurus": "docusaurus",
87
"start": "docusaurus start",
98
"build": "docusaurus build",
@@ -22,7 +21,6 @@
2221
"@docusaurus/remark-plugin-npm2yarn": "^2.3.1",
2322
"@docusaurus/theme-search-algolia": "^2.3.1",
2423
"@mdx-js/react": "^1.6.21",
25-
"@percy/cli": "^1.17.0",
2624
"clsx": "^1.1.1",
2725
"docusaurus": "^1.14.7",
2826
"docusaurus-plugin-sass": "^0.2.3",

website/percy.mjs

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)