SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

Seaside dependency break #52

Closed jbrichau closed 2 years ago

jbrichau commented 2 years ago

We break the dependency of Parasol on Seaside to make loading of Parasol in Metacello projects easier to deal with. A year back, we broke the dependency from Seaside to Parasol, but this proves to be complicating builds that load Seaside and want to run the Seaside Functional tests with Parasol.

By removing the dependency of Parasol on Seaside, and only loading it for tests, we hope to reverse the problem of the dependency cycle in a more convenient way for those projects.