Re: New CI Update

2022-11-15 Thread Josh Tynjala
It looks like I created a property in the royale-asjs build named
royaleunit.browser to allow someone request a specific installed web
browser to run RoyaleUnit tests. If royaleunit.browser is not set,
RoyaleUnit will use Playwright. So -Dbrowser won't affect it (but maybe it
was used before I added Playwright support). You could add
-Droyaleunit.browser, but I recommend avoiding that on the CI server and
just let it use Playwright. I added royaleunit.browser mostly to give folks
the ability to customize their local build environment, if desired.

Looking over royale-asjs, it appears that ${browser} is still used for
examples and release candidate stuff, though.

--
Josh Tynjala
Bowler Hat LLC 


On Tue, Nov 15, 2022 at 5:50 AM Yishay Weiss  wrote:

> Hi,
>
>
>
> I have imported most of the settings from Alex’s CI instance. People can
> look at current state in
>
>
>
> http://apacheroyale.francecentral.cloudapp.azure.com:8080
>
>
>
> Or play around with it using RDP. The credentials are same as Alex’s CI.
>
>
>
> Currently I’m trying to figure out a royale-asjs failure [1] which I
> suspect has to do with browser instances for unit tests.
>
>
>
> @Josh Tynjala , I found your post on the
> playwright [2] changes you made. Do these mean playwright is the default,
> and does this param [3] interfere with that?
>
>
>
> [1]
> http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/13/console
>
> [2] Using Playwright for RoyaleUnit JS testing-Apache Mail Archives
> 
>
> [3] '"-Dbrowser=C:\Program Files\Mozilla Firefox\firefox.exe"'
>
>
>
> Thanks
>
>
>


New CI Update

2022-11-15 Thread Yishay Weiss
Hi,

I have imported most of the settings from Alex’s CI instance. People can look 
at current state in

http://apacheroyale.francecentral.cloudapp.azure.com:8080

Or play around with it using RDP. The credentials are same as Alex’s CI.

Currently I’m trying to figure out a royale-asjs failure [1] which I suspect 
has to do with browser instances for unit tests.

@Josh Tynjala, I found your post on the 
playwright [2] changes you made. Do these mean playwright is the default, and 
does this param [3] interfere with that?

[1] 
http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/13/console
[2] Using Playwright for RoyaleUnit JS testing-Apache Mail 
Archives

[3] '"-Dbrowser=C:\Program Files\Mozilla Firefox\firefox.exe"'

Thanks