We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3317e81 commit 987971aCopy full SHA for 987971a
.github/workflows/table-tests.yml
@@ -143,4 +143,4 @@ jobs:
143
- name: Run Table Server Tests
144
run: |
145
cd components/dash-table
146
- pytest --nopercyfinalize
+ pytest --nopercyfinalize --headless
components/dash-table/karma.conf.js
@@ -17,7 +17,7 @@ module.exports = config => {
17
'tests/js-unit/**/*.ts' // *.tsx for React Jsx
18
],
19
reporters: ["progress"],
20
- browsers: ["Chrome"],
+ browsers: ["ChromeHeadless"],
21
webpack: require('./webpack.test.config')
22
});
23
}
0 commit comments