Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

I.seeTraffic on post data traffic unexpectedly passes

未關閉
#3,920 6 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
35/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
javascript, node.js, playwright
領域
testing-qa

研究方向

使用 Playwright Helper 的 I.seeTraffic 和額外的 doesNotExist 欄位重現 POST 請求範例。首先追蹤 I.seeTraffic 對 requestPostData 的比對行為;當故意不相符的請求導致測試失敗而不是通過時,即表示完成。

由索引模型根據 Issue 內容生成。

描述

stale
What are you trying to achieve?

Test a POST request with I.seeTraffic (Playwright Helper) with an intentional fail.

For example at https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST
the existing POST request to https://developer.mozilla.org/pong/get with payload

{
   keywords: [],
   pongs: ["top", "side"
}

I use this test code:

Scenario('DEMO', async ({I}) => {
    I.amOnPage('https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST');
    await I.seeTraffic({
        url: 'https://developer.mozilla.org/pong/get', 
        name: 'POST Test', 
        timeout: 3,
        requestPostData: {
            keywords: [],
            pongs: ["side", "top"],
            doesNotExist: true
        }
    })
})
What do you get instead?

Test passes unexpectedly.

Details
  • CodeceptJS version: 3.5.6
  • NodeJS Version: 20.6.1
  • Operating System: MacOS latest version
  • Playwright: 1.38.1
主要語言
JavaScript
星號
4.2k
分支
756
平均合併
2 天 9 小時
30 天內合併 PR
16

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

codeceptjs/CodeceptJS 的其他 Issue

查看 codeceptjs/CodeceptJS 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。