Skip to content

Commit

Permalink
adding more sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 21, 2024
1 parent 98d577b commit 46d4d32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ deps-js:
test-js: deps-js
cd js && yarn run e2e

# make test-js-project PROJECT=athena
.PHONY: test-js-project
test-js-project: deps-js
cd js && yarn run e2e --project=$(PROJECT)

# Steps related to building and publishing fasten-sources-js library.
.PHONY: build-js
build-js: deps-js
Expand Down
24 changes: 12 additions & 12 deletions js/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,84 +55,84 @@ export default {
/* Configure projects for major browsers */
projects: [
{
name: 'chrome@latest:Windows 11',
name: 'aetna',
testMatch: /.*aetna_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','aetna') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'allscripts',
testMatch: /.*allscripts_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','allscripts') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'athena',
testMatch: /.*athena_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','athena') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'careevolution',
testMatch: /.*careevolution_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','careevolution') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'cerner',
testMatch: /.*cerner_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','cerner') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'cigna',
testMatch: /.*cigna_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','cigna') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'eclinicalworks',
testMatch: /.*eclinicalworks_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','eclinicalworks') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'epic-legacy',
testMatch: /.*epic_legacy_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','epic-legacy') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'kaiser',
testMatch: /.*kaiser_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','kaiser') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'medicare',
testMatch: /.*medicare_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','medicare') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'nextgen',
testMatch: /.*nextgen_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','nextgen') },
},
},
{
name: 'chrome@latest:Windows 11',
name: 'vahealth',
testMatch: /.*vahealth_test.ts/,
use: {
connectOptions: { wsEndpoint: getCdpEndpoint('chrome@latest:Windows 11','vahealth') },
Expand Down

0 comments on commit 46d4d32

Please sign in to comment.