Skip to content

Commit

Permalink
update readme and push for public access
Browse files Browse the repository at this point in the history
  • Loading branch information
fangdatto committed Jun 9, 2024
1 parent f820251 commit 8ba1fd7
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Dotnet NUnit-test-github-action
This repository shows an example of dotnet nunit test , repo generation, selenium setup, test reporter with github action
@fang

# Seleinum Chrome Browser and Chrome Driver
# Dotnet Unit-Test-github-action
This repository shows an example of dotnet with github action
-nunit test
-mstest
-chrome browser setup
-chrome driver setup
-multi-projects

# Update Permission for report:
permissions:
issues: write
contents: write
actions: write
checks: write

"# dotnet unit-report"
@fang

# Enviroment:
ubuntu-latest, .NET6, Chrome Browser v125 and Chrome Driver v125.0.x

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand All @@ -30,7 +28,7 @@ This repository shows an example of dotnet nunit test , repo generation, seleniu
# Optional: do not specify to match Chrome's version
chromedriver-version: '125.0.6422.14100'

# Update Permission for report:
# Update Permission for report (dotnet-trx):
https://sjramblings.io/github-actions-resource-not-accessible-by-integration
permissions:
issues: write
Expand Down

0 comments on commit 8ba1fd7

Please sign in to comment.