万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    TestCafe

    TestCafeでSelectorで回す

    https://medium.com/@tg16/how-to-iterate-links-and-click-them-in-testcafe-76bcc3fada7c

    TestController extend method testcafe

    TestController extend method testcafe https://github.com/DevExpress/testcafe/issues/2765

    TestCefeとかで引数を使う

    package.jsopnでは "e2e": "testcafe chrome ./test/*-test.js", コマンド yarn comman --hoge bar ソースはこう import _ from 'lodash'; /** * ["chrome:headless","./test/hoge-test.js","./test/hoge-test.js","--hoge","bar","--fuga","hogehoge"] * を…

    TestCafe await async メソッド

    TestCafe await async メソッド test('テスト名', async t => { const buttonName = await Selector('div').withText(/.*正規表現.*/).withAttribute('class', 'class-name'); こういうのは こういうメソッド作って const myMethod = async (regex) => { con…