勉強日記

チラ裏

2019-12-07から1日間の記事一覧

jest + puppetterでE2E自動テスト -- JavaScript無効、Cookie無効のテスト

全体 index.htmlのソース、仕様 JavaScript無効時のテスト Cookie無効時のテスト awaitとPromiseの意識 JavaScirpt無効判定 Cookie無効判定 全体 github.com index.htmlのソース、仕様 <html> <head> <meta charset="utf-8" /> <noscript> <meta http-equiv="refresh" content="0; URL=no-script.html" /> </noscript> <title> index.html </title> </meta></head></html>