Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boeschenstein/angular-basic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: staticwebdev/angular-basic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 6, 2022

  1. Create Playwright test harness (staticwebdev#38)

    * added a github action for tests
    
    * added playwright test and github action to execute test
    
    * changed command for playwright github action
    
    * trying run github action again
    
    * changing port for playwright test
    
    * changed port for playwright tests
    
    * removed port
    
    * changed the playwright config file because github action keeps failing
    
    * restored old playwright config file
    
    * changed script
    
    * reinstalled playwright
    
    * added port
    
    * changed port
    
    * added a waitForSelector in the test
    
    * reverted start command and added a test readme file
    
    * changed test readme
    
    * updated with recommendations from Fran
    
    * updated github action to run on all branches
    HannahZhuSWE authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    994fa0d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Split playwright workflows into 2 (staticwebdev#39)

    * split a github action into 2
    
    * deleted old playwright workflow
    HannahZhuSWE authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ebb79f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    98afa27 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    caf2b98 View commit details
    Browse the repository at this point in the history
  2. Remove CI/CD

    thomasgauvin authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fd38659 View commit details
    Browse the repository at this point in the history
Loading