Skip to content

Commit 987971a

Browse files
committed
headless table tests.
1 parent 3317e81 commit 987971a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/table-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ jobs:
143143
- name: Run Table Server Tests
144144
run: |
145145
cd components/dash-table
146-
pytest --nopercyfinalize
146+
pytest --nopercyfinalize --headless

components/dash-table/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = config => {
1717
'tests/js-unit/**/*.ts' // *.tsx for React Jsx
1818
],
1919
reporters: ["progress"],
20-
browsers: ["Chrome"],
20+
browsers: ["ChromeHeadless"],
2121
webpack: require('./webpack.test.config')
2222
});
2323
}

0 commit comments

Comments
 (0)