MarketSquare / MarketSquare/robotframework-seleniumtestability
add_authentication won't work if the url required basic authen is redirected from the external system
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 35
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Let's say we have an ecommerce website, create an order and go to checkout for payment.
If the website redirect user to payment gateway and when get redirected back after successfully make a payment to its origin ecommerce website, the ecommerce website still require the basic authen.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、add_authentication の実装と既存のテストを見つけます。外部にリダイレクトされた決済ページが、basic authentication を必要とする URL に戻るフローを再現し、その後、リダイレクトをまたいで認証が保持されるかを追跡します。外部リダイレクト後に元の URL が basic authentication を要求しなくなり、そのフローをカバーする回帰テストがあることを完了条件とします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- authentication, testing
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100