diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4c996ab7e..27cdd0647b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -540,7 +540,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Run Jupyter Tests - if: ${{ false }} + if: ${{ runner.os == 'Linux' }} run: | jupyter lab --generate-config pnpm run test --jupyter diff --git a/.prettierignore b/.prettierignore index 2430f32e55..f01a74e3a8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -9,4 +9,5 @@ ts-rs/ rust/perspective-python/perspective/labextension/ rust/perspective-python/perspective.data/ rust/perspective-python/*/data -expression_gen.md \ No newline at end of file +expression_gen.md +rust/perspective-viewer/docs/exprtk.md \ No newline at end of file diff --git a/tools/perspective-test/playwright.config.ts b/tools/perspective-test/playwright.config.ts index 98c7a77f69..62d7c6c1d7 100644 --- a/tools/perspective-test/playwright.config.ts +++ b/tools/perspective-test/playwright.config.ts @@ -199,9 +199,9 @@ const GLOBAL_TEARDOWN_PATH = __require.resolve( // See https://playwright.dev/docs/test-configuration. export default defineConfig({ - timeout: 30_000, + timeout: 360_000, expect: { - timeout: 10_000, + timeout: 360_000, }, forbidOnly: !!process.env.CI, retries: 0, @@ -212,6 +212,7 @@ export default defineConfig({ use: { viewport: { width: 1280, height: 720 }, actionTimeout: 0, + headless: false, // trace: "retain-on-failure", // screenshot: "only-on-failure", // video: "retain-on-failure",