Skip to content

Instantly share code, notes, and snippets.

@jlcanela
Created September 23, 2020 07:53
Show Gist options
  • Save jlcanela/99ddee475ab2de37e8254a6c79fe28de to your computer and use it in GitHub Desktop.
Save jlcanela/99ddee475ab2de37e8254a6c79fe28de to your computer and use it in GitHub Desktop.
Gherkin acceptance test scenario to ensure WSL2 still starts (Replace "Ubuntu 18.04 LTS" by your favorite distribution)
Feature: WSL2 is still accessible
Scenario: Apply the latest W10 patch does not break WSL2 shell
Given a Windows 10 desktop is installed
When the latest patch is applied
And "Ubuntu 18.04 LTS" shell is started
Then the default shell prompt is displayed without any error
Scenario: Apply the latest W10 patch does not break WSL2 filesystem integration
Given a Windows 10 desktop is installed
When the command "dir \\wsl\Ubuntu-18.04" is executed
Then the command is successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment