updates of some sort :D
This commit is contained in:
parent
fa7e4e6508
commit
885aa1791c
0
.gitea/workflows/msbuild.yaml
Normal file
0
.gitea/workflows/msbuild.yaml
Normal file
9
MyWebApp/nohup.out
Normal file
9
MyWebApp/nohup.out
Normal file
@ -0,0 +1,9 @@
|
||||
Building...
|
||||
info: Microsoft.Hosting.Lifetime[14]
|
||||
Now listening on: http://localhost:5296
|
||||
info: Microsoft.Hosting.Lifetime[0]
|
||||
Application started. Press Ctrl+C to shut down.
|
||||
info: Microsoft.Hosting.Lifetime[0]
|
||||
Hosting environment: Development
|
||||
info: Microsoft.Hosting.Lifetime[0]
|
||||
Content root path: /home/gmgauthier/Projects/comnenos/webtestpractice/MyWebApp
|
5
WebTestPractice.sln.DotSettings.user
Normal file
5
WebTestPractice.sln.DotSettings.user
Normal file
@ -0,0 +1,5 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
|
||||
<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=c1b1ef7b_002D8cb0_002D4e8a_002D8b53_002Df1d99bd60919/@EntryIndexedValue"><SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from &lt;PlaywrightTests&gt;" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session">
|
||||
<Project Location="/home/gmgauthier/Projects/comnenos/webtestpractice/PlaywrightTests" Presentation="&lt;PlaywrightTests&gt;" />
|
||||
</SessionState></s:String></wpf:ResourceDictionary>
|
@ -1,18 +0,0 @@
|
||||
image: mcr.microsoft.com/dotnet/sdk:7.0
|
||||
|
||||
pipelines:
|
||||
branches:
|
||||
main:
|
||||
- step:
|
||||
name: WebTest Practice Build And Test
|
||||
caches:
|
||||
- dotnetcore
|
||||
script:
|
||||
- cd MyWebApp
|
||||
- dotnet build
|
||||
- dotnet run &
|
||||
- cd ../PlaywrightTests
|
||||
- dotnet build
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install-deps
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||
- dotnet test
|
Loading…
Reference in New Issue
Block a user