Node.js wrapper for image compression algorithms
CMB - CSS Mimimizer Benchmark
Generates a markdown TOC (table of contents)
Dependencies normalization for gulp-bem
gemini-testing/hermione-teamcity-reporter 1
Plugin to report results for TeamCity CI
Plugins for https://github.com/bem/bemhint
push eventgemini-testing/hermione-retry-command
commit sha ceee450900f368de02226cbc2fa35ff21f13e587
1.3.0
push time in 2 days
created taggemini-testing/hermione-retry-command
Plugin for hermione to retry commands at low level
created time in 2 days
push eventgemini-testing/hermione-retry-command
commit sha 74d1c58581e68a6982e3d67fa24b357dee2be3ef
feat: ability to work correctly with wdio@7 inside hermione
commit sha 09ed2ab02f3dd6b77adcdf3a728ff72a2eda05d4
Merge pull request #10 from gemini-testing/FEI-21600.support_wdio@7 feat: ability to work correctly with wdio@7 inside hermione
push time in 2 days
created taggemini-testing/hermione-safari-commands
Plugin for hermione to add/wrap browser commands for iOS safari
created time in 2 days
push eventgemini-testing/hermione-safari-commands
commit sha 9807baeae1b137f116b872200417223fadf92811
chore(release): 0.4.0
push time in 2 days
PR merged gemini-testing/hermione-safari-commands
What is done:
- add temporary helper -
isLatestWdio
in order to define which version of wdio is used. If it is latest wdio then I use result of commands as is. If not latest then I get result of commands fromvalue
property; orientation
command doesn't exist injsonWireProtocol
(it was custom realization of wdio@4). So if used latest wdio then I wrapsetOrientation
command
pr closed time in 2 days
push eventgemini-testing/hermione-safari-commands
commit sha 96252ed392fd394e24261f885d3652ec29e1930a
feat: ability to work correctly with wdio@7 inside hermione
commit sha f51aabd10df1ba669ca2a1bce91a7ef164c9f6ab
Merge pull request #12 from gemini-testing/FEI-21600.support_wdio@7 feat: ability to work correctly with wdio@7 inside hermione
push time in 2 days
startedEmbarkStudios/rust-gpu
started time in 3 days
push eventbem/yandex-ui
commit sha 670b10206293c2ede25f94dacfe8ee5edd8136cc
[443e07a] Publish - @yandex-int/edu-components@3.44.9 - @yandex-int/forms-components@0.30.3 - @yandex-int/goals-components@0.1.14 - @yandex-int/images-grid@0.8.24 - @yandex-int/jobs-components@0.2.49 - @yandex-lego/components@3.4.1 - @yandex-int/mini-suggest@3.47.9 - @yandex-int/react-hooks@0.10.4 - @yandex-lego/serp-header@4.34.3 - @yandex-int/tap-hermione-config@0.6.1 - @yandex-int/tools-components@2.1.3 - @yandex-int/abc@20.290.0 - @yandex-int/butterfly@0.255.0 - @yandex-int/contest-admin@3.42.0 - @yandex-int/contest-participant@0.9.0 - @yandex-int/ecom-shop@1.8.0 - @yandex-int/femida@3.453.0 - @yandex-int/floyd@0.104.0 - @yandex-int/gnc-frame@0.187.0 - @yandex-int/health@0.424.0 - @yandex-int/intrasearch@2.173.0 - @yandex-int/jobs@0.14.0 - @yandex-int/my-alice@0.95.0 - @yandex-int/news@1.555.0 - @yandex-int/pcode@0.490.0 - @yandex-int/quasar@0.440.0 - @yandex-int/reforms@0.156.0 - @yandex-int/review-frontend@2.74.0 - @yandex-int/seos@0.7.0 - @yandex-int/sport@0.252.0 - @yandex-int/station-ui@0.477.0 - @yandex-int/trip@0.286.0 - @yandex-int/turboapp-checkout@0.215.0 - @yandex-int/turboapp-ecom@0.78.0 - @yandex-int/turboapp-search-app-editor@0.177.0 - @yandex-int/turboapp-taxi@1.311.3 - @yandex-int/turboapp-weather@0.304.0 - @yandex-int/tutor@1.533.0 - @yandex-int/uac@0.413.0 - @yandex-int/ugc-pages@1.601.0 - @yandex-int/vconf@1.146.0 - @yandex-int/wf-as-a-service@4.26.0 - @yandex-int/wiki@10.432.0 - @yandex-int/ydo-admin@1.178.0 - @yandex-int/ydo-forms@1.108.0 - @yandex-int/ydo@2.1143.0 #1662989 Arcanum-Review-Request-Issues: FRONTEND-846 Arcanum-Review-Request-Author: i-zuev Arcanum-Review-Request-Id: 1662989 Originally committed Thu Mar 4 19:44:54 2021 +0300 by robot-frontend Note: mandatory check (NEED_CHECK) was skipped ref:ce45cfe276a545e8db246943f6a2ac985a1e9c37
push time in 3 days
startedaigoncharov/class-logger
started time in 3 days
PR opened gemini-testing/hermione-retry-command
What is done:
- add temporary helper -
isWdioLatest
in order to define which version of wdio is used. If it is latest wdio then I use result of commands as is. If not latest then I get result of commands fromvalue
property;
pr created time in 3 days
create barnchgemini-testing/hermione-retry-command
branch : FEI-21600.support_wdio@7
created branch time in 3 days
push eventgemini-testing/hermione-safari-commands
commit sha 96252ed392fd394e24261f885d3652ec29e1930a
feat: ability to work correctly with wdio@7 inside hermione
push time in 3 days
Pull request review commentgemini-testing/hermione-safari-commands
feat: ability to work correctly with wdio@7 inside hermione
+'use strict';++const utils = require('lib/utils');++describe('utils', () => {+ describe('isLatestWdio', () => {+ it('should return "true" if "overwriteCommand" method is exists', () => {+ const browser = {overwriteCommand: () => {}};++ assert.isTrue(utils.isLatestWdio(browser));+ });++ it('should return "false" if "overwriteCommand" method is not exists', () => {
does not exist
comment created time in 3 days
Pull request review commentgemini-testing/hermione-safari-commands
feat: ability to work correctly with wdio@7 inside hermione
const {getTestContext, IS_NATIVE_CTX, WEB_VIEW_CTX} = require('./test-context'); const {NATIVE_CONTEXT} = require('../constants');+const {isLatestWdio} = require('../utils');
isWdioLatest
правильнее будет
comment created time in 3 days
Pull request review commentgemini-testing/hermione-safari-commands
feat: ability to work correctly with wdio@7 inside hermione
+'use strict';++const utils = require('lib/utils');++describe('utils', () => {+ describe('isLatestWdio', () => {+ it('should return "true" if "overwriteCommand" method is exists', () => {
method exists
без is
comment created time in 3 days
PR opened gemini-testing/hermione-safari-commands
What is done:
- add temporary helper -
isLatestWdio
in order to define which version of wdio is used. If it is latest wdio then I use result of commands as is. If not latest then I get result of commands fromvalue
property; orientation
command is not exists in jsonWireProtocol (it was custom realization of wdio@4). So if used latest wdio then I wrapsetOrientation
command
pr created time in 3 days
create barnchgemini-testing/hermione-safari-commands
branch : FEI-21600.support_wdio@7
created branch time in 3 days
push eventbem/yandex-ui
commit sha 18801e818ba397a0d60b62292bbe3e1d85133aa1
[1ad8743] Merge pull request #20862 from frontend-fork/yarastqt.trivial.skip-drawer-unit TRIVIAL — Drawer.ts: Заскипать unit тест для innerRef Originally committed Wed Mar 3 17:46:08 2021 +0300 by rostik404 Note: mandatory check (NEED_CHECK) was skipped ref:f813480902437032a82547967b549f2c715510eb
push time in 4 days
issue closedbem/yandex-ui
https://github.com/bem/yandex-ui/blob/master/src/Theme/tokens/color-light.tokens.yml
Лишние фигурные скобки. Из-за которых я так понимаю при следующем конфиге на выходе получаем лишние фигурные скобки:
{
"extends": "@yandex/ui/Theme/themes/default.theme.json",
"sources": ["./tokens/*.tokens.yml"]
}
closed time in 4 days
ilyaleninissue commentbem/yandex-ui
Решил проблему. Оказывается если наследуешься от стандартного конфига яндекса.
Сдесь этого не указано: https://yastatic.net/s3/frontend/lego/storybook/index.html?path=/docs/utility-theme--docs
Нужно в themekit.config.json
-> output
-> css
добавить "actions": ["process-color"]
comment created time in 4 days
issue openedbem/yandex-ui
https://github.com/bem/yandex-ui/blob/master/src/Theme/tokens/color-light.tokens.yml
лишние фигурные скобки из-за которых я так понимаю при таком конфиге:
{ "extends": "@yandex/ui/Theme/themes/default.theme.json", "sources": ["./tokens/*.tokens.yml"] }
на выходе получаем лишние фигурные скобки
created time in 4 days
push eventgemini-testing/hermione-codemod
commit sha 11e76da3a7f73606f39b113f168d34358cbf2b7b
chore(release): 0.0.3
push time in 4 days
push eventgemini-testing/hermione-codemod
commit sha 457cae874e020af823b8ad677bfb1e5a07fe3f09
fix: warn about use identifier inside then
commit sha 70dbb69eb04c944946ff3d080a816c20bf8ea01b
Merge pull request #4 from gemini-testing/FEI-21711.warn_about_use_identifier_inside_then fix: warn about use identifier inside then
push time in 4 days
PR merged gemini-testing/hermione-codemod
pr closed time in 4 days
PR opened gemini-testing/hermione-codemod
pr created time in 4 days
create barnchgemini-testing/hermione-codemod
branch : FEI-21711.warn_about_use_identifier_inside_then
created branch time in 4 days
push eventgemini-testing/hermione-codemod
commit sha 346dd5ee364ae71460f6e7b39f3cea1783cb3802
chore(release): 0.0.2
push time in 4 days