0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 18:01:48 +08:00
discourse/spec/support/system
Alan Guo Xiang Tan 305676d70e
DEV: Enable Playwright soft reset by default in system tests (#41895)
Playwright soft reset currently requires
`CAPYBARA_PLAYWRIGHT_SOFT_RESET=1`, so system test runs outside CI still
use the slower full context reset. CI has been running stable with soft
reset enabled for 2 weeks so we are now ready to promote it as the
default.

This commit enables soft reset unless the
`CAPYBARA_PLAYWRIGHT_SOFT_RESET ` env is explicitly set to `0`,
preserving an opt-out for troubleshooting and removing the now-redundant
CI assignment.
2026-07-22 13:44:12 +08:00
..
artifacts.rb
capybara_patches.rb DEV: Enable Playwright soft reset by default in system tests (#41895) 2026-07-22 13:44:12 +08:00
driver.rb
ember_deprecations.rb
playwright_logger.rb