Re: Server-Side Testing

2022-09-27 Thread Oliver Lietz
>> > >> Thanks - Andy > >> > >>> On Aug 15, 2022, at 2:20 AM, Oliver Lietz wrote: > >>> > >>> On Sunday, 14 August 2022 23:15:16 CEST Andreas Schaefer wrote: > >>>> Hi > >>> > >>> Hi Andy, > >>&g

Re: Server-Side Testing

2022-09-26 Thread Eric Norman
with the Sling instance like bundles dependencies etc? > >> > >> Thanks - Andy > >> > >> > >>> On Aug 15, 2022, at 2:20 AM, Oliver Lietz > wrote: > >>> > >>> On Sunday, 14 August 2022 23:15:16 CEST Andreas Schaefer wrote: >

Re: Server-Side Testing

2022-09-26 Thread Andreas Schaefer
> On Aug 15, 2022, at 2:20 AM, Oliver Lietz wrote: >>> >>> On Sunday, 14 August 2022 23:15:16 CEST Andreas Schaefer wrote: >>>> Hi >>> >>> Hi Andy, >>> >>>> I am working on some sling components and want to IT test them within

Re: Server-Side Testing

2022-09-08 Thread Oliver Lietz
> > >> I am working on some sling components and want to IT test them within the > >> server to avoid client-side polling. > >> > >> It looks like there are two ways to do that: > >> > >> - Junit Servlet > >> - Sling Testing

Re: Server-Side Testing

2022-08-23 Thread Eric Norman
avoid client-side polling. > >> > >> It looks like there are two ways to do that: > >> > >> - Junit Servlet > >> - Sling Testing Server Setup and Teleporter > >> > >> Does Sling do any server side testing? > >> What is the curre

Re: Server-Side Testing

2022-08-22 Thread Andreas Schaefer
t; >> - Junit Servlet >> - Sling Testing Server Setup and Teleporter >> >> Does Sling do any server side testing? >> What is the currently support way of doing server side tests? > > Running tests inside the OSGi container is the default when using OPS4J Pax > Exam

Re: Server-Side Testing

2022-08-15 Thread Oliver Lietz
ing Testing Server Setup and Teleporter > > Does Sling do any server side testing? > What is the currently support way of doing server side tests? Running tests inside the OSGi container is the default when using OPS4J Pax Exam. See the list of Sling modules using Sling's Testing PaxE

Server-Side Testing

2022-08-14 Thread Andreas Schaefer
Hi I am working on some sling components and want to IT test them within the server to avoid client-side polling. It looks like there are two ways to do that: - Junit Servlet - Sling Testing Server Setup and Teleporter Does Sling do any server side testing? What is the currently support way