Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created November 26, 2020 09:24
Show Gist options
  • Save qunabu/40f8a421158973e2ab3c35e74bb96183 to your computer and use it in GitHub Desktop.
Save qunabu/40f8a421158973e2ab3c35e74bb96183 to your computer and use it in GitHub Desktop.
Test Akceptacyjny
// TEST. framework codeceptjs
Feature("My First Test");
Scenario("test something", ({ I }) => {
I.amOnPage("https://github.com");
I.see("GitHub");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment