Search found 3068 matches
- Fri Jan 22, 2021 7:47 pm
- Forum: Siesta
- Topic: One-time pageUrl per Group
- Replies: 1
- Views: 9
Re: One-time pageUrl per Group
- Fri Jan 22, 2021 12:35 pm
- Forum: Siesta
- Topic: Stop a Test for some time
- Replies: 2
- Views: 22
Re: Stop a Test for some time
Of course, just declare the test function as async: t.it("Sanity", async t => {...})
- Fri Jan 22, 2021 12:34 pm
- Forum: Siesta
- Topic: Use Params in Description
- Replies: 2
- Views: 8
Re: Use Params in Description
There's no such feature unfortunately.
- Fri Jan 22, 2021 12:33 pm
- Forum: Siesta
- Topic: Why does project.plan not work
- Replies: 2
- Views: 8
Re: Why does project.plan not work
Thats correct, project.plan()
just plans the tests execution (add them to internal list). This call can be repeated several times.
Once you are happy with the plan and to actually launch the project - call project.start()
- Fri Jan 22, 2021 10:26 am
- Forum: Siesta
- Topic: Setup Siesta with ExtJS 7 modern and CORS in Chrome
- Replies: 8
- Views: 37
Re: Setup Siesta with ExtJS 7 modern and CORS in Chrome
Cool-cool, glad it works, yw!
- Thu Jan 21, 2021 2:51 pm
- Forum: Siesta
- Topic: Setup Siesta with ExtJS 7 modern and CORS in Chrome
- Replies: 8
- Views: 37
Re: Setup Siesta with ExtJS 7 modern and CORS in Chrome
Ok, everything looks fine. Any chance you can host/proxy the Siesta's project/test files from the same port as your app itself?
- Thu Jan 21, 2021 12:31 pm
- Forum: Siesta
- Topic: Setup Siesta with ExtJS 7 modern and CORS in Chrome
- Replies: 8
- Views: 37
Re: Setup Siesta with ExtJS 7 modern and CORS in Chrome
- Thu Jan 21, 2021 11:49 am
- Forum: Siesta
- Topic: Setup Siesta with ExtJS 7 modern and CORS in Chrome
- Replies: 8
- Views: 37
Re: Setup Siesta with ExtJS 7 modern and CORS in Chrome
Hello,
I have to tell Chrome to use CORS, but how do I tell Siesta to use my new Chrome link?
What does that mean exactly? Do you launch Chrome with certain command line arguments? If so, check the --browser-arg
argument of the launcher (bin/webdriver --help
)
- Mon Jan 18, 2021 4:13 pm
- Forum: Bryntum Gantt
- Topic: [ANGULAR] Bad loading performance with 4.0.7 compared to Ext Gantt 6.1.11
- Replies: 1
- Views: 15
Re: [ANGULAR] Bad loading performance with 4.0.7 compared to Ext Gantt 6.1.11
- Wed Dec 30, 2020 12:48 pm
- Forum: Chronograph
- Topic: End Dates In Scheduling is does not change even if calendar is assigned to Task
- Replies: 8
- Views: 81
Re: End Dates In Scheduling is does not change even if calendar is assigned to Task
Regarding the 1), perhaps you mean the calendar
config of the project: https://bryntum.com/docs/gantt/engine/classes/_lib_engine_quark_model_gantt_ganttprojectmixin_.ganttprojectmixin.html#calendar
This calendar is used by any task/resource that don't have an explicitly provided calendar.