Code Monkey home page Code Monkey logo

esports-automation's Introduction

Welcome to the esports-automation Repo!

This is the repo that is paired with my Test Automation University course called Scaling Tests with Docker.

IMPORTANT: The repo will look different because it's easier to update the repo than the videos in the course. Please make sure to read the entire README. Thanks :)

How do I get started?

  1. Download the .NET Core 2.2 or greater SDK and install it on your machine.

  2. Clone or fork this repo and open it in either Visual Studio Community or VS Code.

  3. Then, in your terminal, make sure to cd into the Esports directory

    $ cd <your-path>/esports-automation/Esports
  4. You're good to go!

Running the tests

Since the course was recorded, running tests have changed a bit.

  1. There is no longer a .runsettings file in the repo. This has been replaced with the config.json and is consumed in the FW.cs file.

  2. How you execute the tests is different too. Check out the commands below.

This command is used to run tests with the Category of demo. This is currently only two tests in the Standings suite.

$ dotnet test --filter testcategory=demo

Similar to the command above, but this is used to run all of the tests in the Standings suite.

$ dotnet test --filter testcategory=standings

I put this here in case you wanted to run tests by name. This command run all tests that have lcs in their name (not case-sensitive).

$ dotnet test --filter lcs

Microsoft's documentation on their dotnet test command can be found here:

Questions or Feedback

Please feel free to reach out to me using any of these:

esports-automation's People

Contributors

elsnoman avatar tgweathers avatar vernko avatar slcmike avatar jordanwittwer avatar jraysparks avatar robmgl avatar robowlet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.