-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
206 changed files
with
9,979 additions
and
7,857 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
name: Applitools Cypress | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
cypress-applitools: | ||
if: github.event.pull_request.draft == false | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
browser: ["chrome"] | ||
env: | ||
FLASK_ENV: development | ||
SUPERSET_CONFIG: tests.integration_tests.superset_test_config | ||
SUPERSET__SQLALCHEMY_DATABASE_URI: postgresql+psycopg2://superset:superset@127.0.0.1:15432/superset | ||
PYTHONPATH: ${{ github.workspace }} | ||
REDIS_PORT: 16379 | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
APPLITOOLS_APP_NAME: Superset | ||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} | ||
APPLITOOLS_BATCH_ID: ${{ github.sha }} | ||
APPLITOOLS_BATCH_NAME: Superset Cypress | ||
services: | ||
postgres: | ||
image: postgres:14-alpine | ||
env: | ||
POSTGRES_USER: superset | ||
POSTGRES_PASSWORD: superset | ||
ports: | ||
- 15432:5432 | ||
redis: | ||
image: redis:5-alpine | ||
ports: | ||
- 16379:6379 | ||
steps: | ||
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" | ||
uses: actions/checkout@v2 | ||
with: | ||
persist-credentials: false | ||
submodules: recursive | ||
- name: Check if python or frontend changes are present | ||
id: check | ||
env: | ||
GITHUB_REPO: ${{ github.repository }} | ||
PR_NUMBER: ${{ github.event.pull_request.number }} | ||
continue-on-error: true | ||
run: ./scripts/ci_check_no_file_changes.sh python frontend | ||
- name: Setup Python | ||
if: steps.check.outcome == 'failure' | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.8" | ||
- name: OS dependencies | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: apt-get-install | ||
- name: Install python dependencies | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: | | ||
pip-upgrade | ||
pip install -r requirements/testing.txt | ||
- name: Setup postgres | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: setup-postgres | ||
- name: Import test data | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: testdata | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "16" | ||
- name: Install npm dependencies | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: npm-install | ||
- name: Build javascript packages | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: build-instrumented-assets | ||
- name: Install cypress | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
with: | ||
run: cypress-install | ||
- name: Run Applitools Cypress | ||
if: steps.check.outcome == 'failure' | ||
uses: ./.github/actions/cached-dependencies | ||
env: | ||
CYPRESS_BROWSER: ${{ matrix.browser }} | ||
with: | ||
run: cypress-run-applitools | ||
batch-completion-notification: | ||
if: github.event.pull_request.draft == false | ||
runs-on: ubuntu-latest | ||
needs: cypress-applitools | ||
steps: | ||
- name: Update Applitools batch status | ||
uses: wei/curl@v1.1.1 | ||
env: | ||
APPLITOOLS_BATCH_ID: ${{ github.sha }} | ||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} | ||
with: | ||
args: -d "" -X POST https://eyesapi.applitools.com/api/externals/github/servers/github.com/commit/${{ env.APPLITOOLS_BATCH_ID }}/complete?apiKey=${{ env.APPLITOOLS_API_KEY }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Applitools Storybook | ||
|
||
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
|
||
env: | ||
APPLITOOLS_APP_NAME: Superset | ||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} | ||
APPLITOOLS_BATCH_ID: ${{ github.sha }} | ||
APPLITOOLS_BATCH_NAME: Superset Storybook | ||
|
||
jobs: | ||
cron: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node: [16] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3.1.1 | ||
with: | ||
node-version: ${{ matrix.node }} | ||
- name: Install Chrome-related packages | ||
run: sudo apt-get update -y && sudo apt-get -y install gconf-service ca-certificates libxshmfence-dev fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libgconf-2-4 libglib2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libnss3 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release xdg-utils libappindicator1 | ||
- name: Install NPM dependencies | ||
working-directory: ./superset-frontend | ||
run: | | ||
npm ci | ||
ls ./node_modules/puppeteer/.local-chromium | ||
- name: Run Applitools Eyes-Storybook | ||
working-directory: ./superset-frontend | ||
run: npx eyes-storybook -u https://superset-storybook.netlify.app/ |
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
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
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
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
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
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
Oops, something went wrong.