Skip to content

Commit 2af703a

Browse files
authored
Feature/204/screen find image needles (#319)
* (#204) Enabled passing of Image data to Screen#find * (#204) Updated screen tests * (#204) Removed plugin test from main repo * (#204) Removed plugin test from Docker test runs * (#204) Introduced additional id property to images * (#204) Adjusted tests and image usage to new id property * (#204) Added helper function to make loading image resources easier * (#204) Adapted toShow matcher to new find parameters * (#204) Re-use loadImageResource function
1 parent 19744ea commit 2af703a

20 files changed

+192
-7222
lines changed

.build/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ echo "Installing node version $nodeVersion"
2323
nvm install $nodeVersion
2424

2525
npm ci
26-
npm --prefix e2e/plugin-test ci
2726
E2E_TEST=1 npm run coverage -- --coverageDirectory=coverage/e2e

e2e/plugin-test/index.e2e.spec.ts

-88
This file was deleted.

e2e/plugin-test/keyboard.class.e2e.spec.ts

-37
This file was deleted.

0 commit comments

Comments
 (0)