問題タブ [cypress-testing-library]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
typescript - サイプレス: commands.ts の下の行をインポートするとエラーが発生します
にインポートを追加するとcommands.ts
、テストを実行するとエラーが発生します。
コマンド.ts
エラー:
モジュールが見つかりません: エラー: 'C:...\cypress\support\commands\commands' の 'cypress-localstorage-commands' を解決できません 'C:...\cypress の 'cypress-localstorage-commands' を解決します\support\commands'
解析されたリクエストは、記述ファイルを使用するモジュールです: C:...\angular\package.json (相対パス: ./cypress/support/commands) フィールド 'browser' には有効なエイリアス構成が含まれていません
javascript - Cypress: フェッチ要求でクエリ パラメータをチェックする方法は?
フェッチ リクエストを傍受し、ペイロード/クエリ パラメータが正しいことをアサートしようとしています。サイプレスのドキュメントを検索しましたが、言及されているのはすべてクエリパラメーターの設定です。たとえば、 のようなフェッチ リクエストhttps://helloWorld.com/proxy/service
がクエリ パラメータ /payload を持っていることをアサートする必要があります?service=request&layers=demo
。これを行う方法はありますか?
私はほとんどすべてを試しましたが、これに似たものが私が狙っているものです。何か案は?