HomeSort by relevance Sort by last modified time
    Searched refs:karma (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/infra/pathkit/
Makefile 4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
9 docker build -t perf-karma-chrome-tests -f ./docker/perf-karma-chrome-tests/Dockerfile .
18 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
26 docker tag perf-karma-chrome-tests gcr.io/skia-public/perf-karma-chrome-tests:${CHROME_VERSION
    [all...]
perf_pathkit.sh 7 # This assumes it is being run inside a docker container of perf-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/pathkit/perf_pathkit.sh
25 npx karma start $PATHKIT_DIR/karma.bench.conf.js --single-run
test_pathkit.sh 7 # This assumes it is being run inside a docker container of gold-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/pathkit/test_pathkit.sh
23 npx karma start $PATHKIT_DIR/karma.conf.js --single-run
  /external/skqp/infra/pathkit/
Makefile 4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
9 docker build -t perf-karma-chrome-tests -f ./docker/perf-karma-chrome-tests/Dockerfile .
18 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
26 docker tag perf-karma-chrome-tests gcr.io/skia-public/perf-karma-chrome-tests:${CHROME_VERSION
    [all...]
perf_pathkit.sh 7 # This assumes it is being run inside a docker container of perf-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/pathkit/perf_pathkit.sh
25 npx karma start $PATHKIT_DIR/karma.bench.conf.js --single-run
test_pathkit.sh 7 # This assumes it is being run inside a docker container of gold-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/pathkit/test_pathkit.sh
23 npx karma start $PATHKIT_DIR/karma.conf.js --single-run
  /external/skia/infra/canvaskit/
perf_canvaskit.sh 7 # This assumes it is being run inside a docker container of perf-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/canvaskit/perf_canvaskit.sh
25 npx karma start $CANVASKIT_DIR/karma.bench.conf.js --single-run
test_canvaskit.sh 7 # This assumes it is being run inside a docker container of gold-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v6 /SRC/infra/canvaskit/test_canvaskit.sh
23 npx karma start $CANVASKIT_DIR/karma.conf.js --single-run
  /external/skqp/infra/canvaskit/
perf_canvaskit.sh 7 # This assumes it is being run inside a docker container of perf-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v1 /SRC/infra/canvaskit/perf_canvaskit.sh
25 npx karma start $PATHKIT_DIR/karma.bench.conf.js --single-run
test_canvaskit.sh 7 # This assumes it is being run inside a docker container of gold-karma-chrome-tests
12 # docker run -v $SKIA_ROOT:/SRC -v /tmp/dockerout:/OUT gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v6 /SRC/infra/canvaskit/test_canvaskit.sh
23 npx karma start $CANVASKIT_DIR/karma.conf.js --single-run
  /external/skia/infra/pathkit/docker/
Makefile 4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
15 docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/
16 docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
17 docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
  /external/skqp/infra/pathkit/docker/
Makefile 4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
15 docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/
16 docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
17 docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
  /external/skia/experimental/wasm-skp-debugger/
Makefile 20 npx karma start ./karma.conf.js --no-single-run --watch-pol
karma.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
26 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
49 // if true, Karma captures browsers, runs the tests and exits
58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
  /external/skia/modules/pathkit/
Makefile 38 npx karma start ./karma.conf.js --single-run
39 ASM_JS=1 npx karma start ./karma.conf.js --single-run
44 npx karma start ./karma.conf.js --no-single-run --watch-poll
49 ASM_JS=1 npx karma start ./karma.conf.js --no-single-run --watch-poll
69 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
70 karma start /SRC/modules/pathkit/karma.conf.js --single-ru
    [all...]
karma.bench.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
25 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
48 // if true, Karma captures browsers, runs the tests and exits
57 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
karma.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
26 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
49 // if true, Karma captures browsers, runs the tests and exits
58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
  /external/skqp/modules/pathkit/
Makefile 38 npx karma start ./karma.conf.js --single-run
39 ASM_JS=1 npx karma start ./karma.conf.js --single-run
44 npx karma start ./karma.conf.js --no-single-run --watch-poll
49 ASM_JS=1 npx karma start ./karma.conf.js --no-single-run --watch-poll
69 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
70 karma start /SRC/modules/pathkit/karma.conf.js --single-ru
    [all...]
karma.bench.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
25 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
48 // if true, Karma captures browsers, runs the tests and exits
57 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
karma.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
26 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
49 // if true, Karma captures browsers, runs the tests and exits
58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
  /external/skia/modules/canvaskit/
karma.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
29 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
52 // if true, Karma captures browsers, runs the tests and exits
61 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
karma.bench.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
28 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
51 // if true, Karma captures browsers, runs the tests and exits
60 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
Makefile 60 npx karma start ./karma.conf.js --no-single-run --watch-poll
  /external/skqp/experimental/canvaskit/
karma.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
27 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
50 // if true, Karma captures browsers, runs the tests and exits
59 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
karma.bench.conf.js 8 // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
27 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
50 // if true, Karma captures browsers, runs the tests and exits
59 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3

Completed in 634 milliseconds

1 2