platform icon indicating copy to clipboard operation
platform copied to clipboard

run test for platform under dev mode

Open ZheSun88 opened this issue 6 years ago • 5 comments
trafficstars

Currently, platform tests are running in production mode only, we should test everything under two modes.

as we have discovered the issue with running V14+ application on safari 10 under dev mode https://github.com/vaadin/flow/issues/6817 . after the issue got fixed, we can

  1. update the travis configuration to test under dev mode; (on going)
  2. update platform snapshot version to test under production mode(done);
  3. update platform JDK test running under production mode (done).
  4. Enable safari 10 test after flow issue got solved #956 (on going)

ZheSun88 avatar Nov 01 '19 09:11 ZheSun88

master branch has been done; 14.1 and 14.0 are coming.

ZheSun88 avatar Nov 04 '19 12:11 ZheSun88

PRs have been made for master: https://github.com/vaadin/platform/pull/945 V14: https://github.com/vaadin/platform/pull/955 V14.1: https://github.com/vaadin/platform/pull/968

ZheSun88 avatar Nov 11 '19 07:11 ZheSun88

All open PRs have been closed and merged.

platform test are still running under production mode..

ZheSun88 avatar Nov 13 '19 08:11 ZheSun88

At the same time consider why we still need this : https://github.com/vaadin/platform/blob/7add7a36e3f6b5126be9bff7e39d7793bbe1f214/vaadin-platform-test/src/main/java/com/vaadin/platform/test/CustomServletDeployer.java#L50

manolo avatar Mar 31 '21 07:03 manolo

Consider an extra step for running vaadin-platform-tests in dev-mode, probaly only for snapshots in order not to penalize validation times for PRs

manolo avatar May 10 '22 11:05 manolo

done in #3788

manolo avatar Jun 30 '23 10:06 manolo