Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a1a9fe3
Try to rewrite e2e tests using jest-puppeter preset
gziolo Jul 30, 2018
f40e635
Testing: Unskip NUX tests
gziolo Jul 30, 2018
d162989
Testing: Unskip 4 more e2e tests
gziolo Jul 30, 2018
f8b0521
Testsing: Unskip all e2e tests
gziolo Jul 31, 2018
2c395c8
Tests: Add one more check for undo e2e tests
gziolo Jul 31, 2018
53febfe
Testing: Improve preview e2e test
gziolo Jul 31, 2018
52307f1
Tests: Use explicit `setViewport` calls
gziolo Jul 31, 2018
3c3bd29
Build: Ensure `npm run build` is always executed before e2e tests
gziolo Jul 31, 2018
e6f7a7b
Tests: Change the trigger wchich finishes after test cleanup
gziolo Jul 31, 2018
6d8ade1
Stop using `targetcreated`, see https://github.com/berstend/puppeteer…
notnownikki Jul 31, 2018
442096a
lint fix
notnownikki Jul 31, 2018
0f26dae
Use `waitFor` instead of custom sleep
notnownikki Aug 1, 2018
f2dd588
Fix conflicts with master
notnownikki Aug 1, 2018
3bd092a
Lint fixes
notnownikki Aug 1, 2018
9e050a8
Update comment on race condition workaround
notnownikki Aug 2, 2018
2cf655b
Tests: Improve lifecycle methods for e2e setup
gziolo Aug 2, 2018
63c49b9
Send more mousemove events, wait for selector before clicking
notnownikki Aug 2, 2018
33c9e99
chore: Improve variable name
tofumatt Aug 6, 2018
aee99e5
chore: Add colon to "See" comment
tofumatt Aug 6, 2018
107ba2e
chore: Tweak comments in undo test
tofumatt Aug 6, 2018
0e7977c
chore: Move puppeteer config to e2e folder
gziolo Aug 7, 2018
d8c1f97
chore: Introduce new e2e helper for clicking block appender
gziolo Aug 7, 2018
d29fe22
Tests: Improve stability of e2e tests
gziolo Aug 7, 2018
6687d0a
tests: Make e2e tests work with the lastest master changes
gziolo Aug 8, 2018
299088e
tests: Add puppeteer config back
gziolo Aug 8, 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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ jobs:
env: WP_VERSION=latest
script:
- npm install || exit 1
- npm run build || exit 1
- ./bin/run-e2e-tests.sh || exit 1
Loading