Can cypress.io test modern SharePoint webparts? - testing

Now I'm in the stage where I need to pick a test automation tool to use it on a project built on modern SharePoint.
And of course this will include testing out of the box webparts and SharePoint provided webparts.
So my question is ,does cypress.io can handle testing webparts as after a lot of researches I found articles said that it can't until now.
And I'm still struggling with making cypress to login to my SharePoint tenant.
Any info about these will be really helpful

Related

.NET-Core Web API routing to diffrent process

My goal is to implement a generically extendible .NET core web API. The generic refers to modules that can be added at runtime and provide new endpoints as well as functionality. These modules will be developed based on a framework.
Currently I am still deciding if the modules will be included as a DLL or run as a separate process (.exe).
I have the basic understanding of Dependenci Injection regarding the addressing of controllers in a DLL. But now I wonder if and how to realize the whole thing via an own process.
The API should always be addressable via http://localhost/myapi/{endpoint}, i.e. a request to a module should be done via the same URL. For the user / developer of the frontend everything should be presented as one API.
Unfortunately I was not successful on my research and don't know exactly what I have to / should look for specifically. Therefore I hope that you can help me.
Examples are helpful, but I am also keywords or articles, which deal with such a topic, help me further.
kind regards

Is there any headless CMS written on Yii?

I'm searching for headless CMS on Yii2 to integrate it with my web app. The problem is I need only the one for editing database content. I don't need a typical CMS with caching, templates, pages and many other things.
Luya CMS supports headless use. From their site:
As LUYA is built upon the concept of REST APIs, providing headless access to the database content of LUYA is a no brainer. You can either access the APIs or the CMS admin APIs
If that is too complex to your need you can easily build REST API application based on your DB structure and support only functionality that you really need. I hope this helps.

Workflows feature not listed in Site Collection Features - SharePoint 2010

I was just given administrator access to my company's SharePoint 2010 site, and I need to implement an Approval workflow. This is an out-of-the-box workflow, and it is not currently available to me. The only help I have been able to find after exhaustive web searches is to navigate to Site Settings -> Site Collection Administration -> Site Collection Features and activate the Workflows feature, which should be the last feature in the list.
The problem is, there is no Workflows feature in my top-level site's Site Collection Feature. There is only a "Three-state workflow" feature for workflows, and the Three-state workflow is the only one available. What would keep the "Workflows" feature from being displayed in the Site Collection Features list? I need to activate this feature to get access to the OOTB workflows and their functionality.
TIA!
Are you using SharePoint Foundation ?
The only workflow feature available for fondation is the Three State workflow. The Workflows Feature (out of the box) is only in Standard and Enterprise

Write File to Sharepoint Online WinRT

I have recently been working on developing a winRT app that will allow someone to enter information on to a form. I am trying to then upload that form to SharePoint online as part of the Office 365 suite. I have been unable to find any examples or real documentation on how to do this. Has anyone found anything close to this online? Any help would be much appreciated.
You should be able to do an HTTP put from your WinRT app to your SharePoint online web services. Here is a list of the Web Services and interfaces. Here is a sample of how to call RESTful web services from a Windows Store style app.

Creating a custom Publishing Portal Web site in SharePoint 2010

Custom Web sites built on SharePoint are cropping up everywhere (just visit topsharepoint.com to see). With that said, my question pertains to creating a fully customized, branded site using SharePoint as the CMS as depicted by many of the topsharepoint.com sites.
I understand the concept of creating the custom master master page(s) (SharePoint 2010 even includes a minimal.master to start). The problems I have are:
What site template does one use? In 2007 the recommended front-facing Web site site collection template was the Publishing Portal. Is this still the case?
What navigation do you use? Do you leverage the OOB navigation? If so, how do you style it extensively?
How do you keep the on-page editing capabilities within the new site template?
Are there any online tutorials are walk-throughs that address all of these issues? I have been searching, but it's really sparse out there.