Skip to content

Latest commit

 

History

History
107 lines (79 loc) · 3.21 KB

template.md

File metadata and controls

107 lines (79 loc) · 3.21 KB

summary: Module X of the course X. Learn to write Selenium tests in X programming language with X Test runner and X framework id: ModuleX-SeleniumLang categories: <enter a single category for drop-down filter & card icon [beginner, intermediate, advanced, expert] tags: <enter Language names here from tools/site/app/views what is labeled in the view.json tag: attribute>
environments: Web status: One or more of (Draft, Published, Deprecated, Hidden) feedback link: https://forms.gle/CGu4QchgBxxWnNJK8 analytics account: UA-86110990-1 tags: <tag that matches site/app/views/coursename/view.json> author:Lindsay Walker

Module X – Title of codelab

Add Sections and Durations Then for each section use Header 2 or '##' and specify an optional duration beneath for time remaining calculations Optional section times will be used to automatically total and remaining tutorial times In markdown I've found that the time is formatted hh:mm:ss

Example

Section 1

Duration: 0:10:00

Info Boxes

Plain Text followed by green and yellow info boxes

You created a yellow side note!

Some other things you can don in a yellow note include making bold text</strong, or Italic text or highlight text as code

You can create a list

  • with the li tag
  • Bullets

    Plain Text followed by bullets

    • Hello
    • CodeLab
    • World

    You created bullets!

    Numbered List

    1. List
    2. Using
    3. Numbers

    You created a numbered list!

    Section 2

    Duration: 0:05:00

    Add a Link

    Adding a link! [Example of a Link](https://www.google.com)

    Images

    Example Tag Component

    Embed YouTube Video

    You can embed videos from YouTube using the YouTUbe video ID like so: Video ID can be found in the url following v=

    <video id="DWAinkJ54D8"></video>

    Embed an iframe

    ![EmbeddedURL](SharedURL)

    Add Code Samples

    All code samples must begin and end with three tick marks:

    this.is.code.text.here () {
      any language can be(used)
    }
    

    in paragraph code can be added with single tick marks.

    Size Images

    You can add in a sized image with the <img/> tag. As an example take this image in markdown and resize it with the width property: <img src="assets/2.02C.png" alt="Pencil" width="150"/>

    Embed Video/ Form from Google Drive

    Use the same markdown as embedding an iframe: Not Recommended ![EmbedURL](ShareURL)

    EmbedURL

    Video

    1. Double click on the Video to open it
    2. once it's open click the three dots in upper left and choose 'Open in New Window'
    3. In the new window, click on the three dots at the top left and choose 'embed item' copy the URL from the src="" (what is in the quotation marks)

    Google Form

    1. Click the 'Send' button.
    2. Choose the third tab with the embed icon <>. YOu should see an <iframe> tag.
    3. Copy the link after the 'src' that is in quotes

    ShareURL

    this can simply be found by clicking on the 'copy link' from the folder the video is in, and use the URL that you would use to share.