Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Don't merge]playwright導入テスト #1652

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Yuppymam
Copy link
Contributor

@Yuppymam Yuppymam commented Jan 13, 2025

  • featureテストにplaywrightを導入するテスト
  • 直接ドライバをダウンロードする方式で導入

ローカル環境での確認方法

  • 手元にnode環境を用意する
$ brew install nodenv 
$ nodenv install 20.18.1
$ nodenv global 20.18.1
  • Playwrightをセットアップする
$ bin/setup_playwright
$ npm install playwright
$ playwright install --with-deps chromium
  • featureテストを試す
$ rspec spec/features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant