Skip to content

Commit

Permalink
chore(web): adds configs in other browser-based testing sections
Browse files Browse the repository at this point in the history
Note that they aren't yet linked to any build.sh actions or commands yet, though.
  • Loading branch information
jahorton committed Jun 25, 2024
1 parent e579759 commit 45b1f73
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import standardConfig from './web-test-runner.config.mjs';
import { buildLegacyTestingConfig } from '@keymanapp/common-test-resources/wtr-browserstack-config.mjs';

const config = buildLegacyTestingConfig(standardConfig);
export default config;
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import standardConfig from './web-test-runner.config.mjs';
import { buildLegacyTestingConfig } from '@keymanapp/common-test-resources/wtr-browserstack-config.mjs';

const config = buildLegacyTestingConfig(standardConfig);
export default config;
5 changes: 5 additions & 0 deletions web/src/test/auto/dom/browserstack-runner.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import standardConfig from './web-test-runner.config.mjs';
import { buildLegacyTestingConfig } from '@keymanapp/common-test-resources/wtr-browserstack-config.mjs';

const config = buildLegacyTestingConfig(standardConfig);
export default config;
5 changes: 5 additions & 0 deletions web/src/test/auto/integrated/browserstack-runner.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import standardConfig from './web-test-runner.config.mjs';
import { buildLegacyTestingConfig } from '@keymanapp/common-test-resources/wtr-browserstack-config.mjs';

const config = buildLegacyTestingConfig(standardConfig);
export default config;

0 comments on commit 45b1f73

Please sign in to comment.