Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created September 5, 2021 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsibinski/758bee0d1f3cee14375ebe65b393d5ef to your computer and use it in GitHub Desktop.
Save dsibinski/758bee0d1f3cee14375ebe65b393d5ef to your computer and use it in GitHub Desktop.
public class FormTests: CypressTestsBase
{
[Test]
public void SubmitTests()
{
// some data initialization code here....
RunCypressTest("form/submit_spec.ts");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment