Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silne30/visual regression rests 521 #630

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6c3db8a
Added webdriver config, testing framework, googledriver, chromedriver…
Mar 27, 2018
6d57169
package.json and yarn.lock changes.
Mar 27, 2018
fbfc43c
Added condition for ie only to run in CI or on windows machine.
Mar 27, 2018
8b0c0d5
Added card and table sample apps to run tests against. Added configur…
Mar 29, 2018
7b1b09c
Added dep to start dev server and then run tests and changed webdrive…
Mar 30, 2018
8827db9
Added jetbrains idea files to ignore
Mar 30, 2018
8c4204f
Added baselines for chrome, ie, and FF.
Mar 30, 2018
991e034
Removed old baselines and changed configurations.
Mar 30, 2018
2ab996c
Added new baseline images for chrome and firefox.
Mar 30, 2018
dd4ee9c
Added environment specific baseline snapshots.
Mar 31, 2018
c3fa23e
Changed config to use existing src-docs page and added toast test.
Apr 2, 2018
0f7025c
Changed testing suites to use docs page. Edited table createDataStore…
Apr 3, 2018
bae56f4
Changed wdio to use selenium 3.4 because of issue with selenium 3.7 a…
Apr 9, 2018
f2fe385
Added baseline images to npm_ignore along with other directories we d…
Apr 11, 2018
44cacf3
Renamed script to indicate that jenkins is to run it.
Apr 11, 2018
a316c52
Updated yarn.lock.
Apr 11, 2018
20a5aa3
Added new baselines fixed merge conlficts
Apr 11, 2018
99d8987
Fixed merge conflicts.
Apr 16, 2018
f593741
Fixed merge conflicts.
Apr 16, 2018
c56a43e
Added ability to check out master.
Apr 19, 2018
bd20615
Added javascript script to run tests against master for the current u…
Apr 23, 2018
a858964
Added .keep file to maintain the folder structure.
Apr 23, 2018
7a1be14
Changed the repo back to current repo.
Apr 23, 2018
9304c4b
Moved webdriverio and nodegit to devDependencies
Apr 23, 2018
b1eeea6
refactor run-visual-tests.js into async/await
chandlerprall Apr 24, 2018
72a5ca5
Merge pull request #1 from chandlerprall/visual-regression-rests-521
cuff-links Apr 24, 2018
8f8cb6b
Cleaned up the visual test code and some configs
chandlerprall Apr 25, 2018
c96fb0b
Use silne30/wdio-visual-regression-service#Add_Filename_To_Result for…
chandlerprall Apr 25, 2018
6275004
Merge pull request #2 from chandlerprall/visual-regression-tests-521
cuff-links Apr 26, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.idea
node_modules/
test/spec/screenshots/baseline/**/*.png
test/spec/screenshots/diff/**/*.png
test/spec/screenshots/screen/**/*.png
test/failure-screenshots/**/*.png

reports/
tmp/
Expand Down
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ node_modules/
docs/
reports/
tmp/
wiki/
generator-eui/
test/
src-docs/
scripts/


.DS_Store
Expand Down
Loading